Class: Backup::Record::CloudFiles

Inherits:
Base
  • Object
show all
Defined in:
lib/backup/record/cloudfiles.rb

Instance Attribute Summary

Attributes inherited from Base

#adapter_config, #keep_backups

Instance Method Summary collapse

Methods inherited from Base

destroy_all_backups, #load_adapter

Instance Method Details

#load_specific_settings(adapter) ⇒ Object



9
10
11
# File 'lib/backup/record/cloudfiles.rb', line 9

def load_specific_settings(adapter)
  self.container = adapter.procedure.get_storage_configuration.attributes['container']
end