Sha256: da99802e23ac2ca0a0223d0ddb1bfd310bf6187ec0c03a5b3bb3e3a98b3ba9a5
Contents?: true
Size: 244 Bytes
Versions: 7
Compression:
Stored size: 244 Bytes
Contents
# encoding: utf-8 module Backup module Configuration module Storage class Local < Base class << self ## # Path to store backups to attr_accessor :path end end end end end
Version data entries
7 entries across 7 versions & 2 rubygems