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

Version Path
backup_checksum-3.0.23 lib/backup/configuration/storage/local.rb
backup-3.0.23 lib/backup/configuration/storage/local.rb
backup-3.0.22 lib/backup/configuration/storage/local.rb
backup-3.0.21 lib/backup/configuration/storage/local.rb
backup-3.0.20 lib/backup/configuration/storage/local.rb
backup-3.0.19 lib/backup/configuration/storage/local.rb
backup-3.0.18 lib/backup/configuration/storage/local.rb