Class: Backup::Adapters::Archive
- Defined in:
- lib/backup/adapters/archive.rb
Instance Attribute Summary collapse
-
#exclude ⇒ Object
Returns the value of attribute exclude.
-
#files ⇒ Object
Returns the value of attribute files.
Attributes inherited from Base
#compressed_file, #encrypt_with_password, #encrypted_file, #final_file, #keep_backups, #options, #performed_file, #procedure, #timestamp, #tmp_path, #trigger
Method Summary
Methods inherited from Base
#create_tmp_folder, #encrypt, #initialize, #notify, #record, #remove_tmp_files, #store, #system_messages
Methods included from CommandHelper
Constructor Details
This class inherits a constructor from Backup::Adapters::Base
Instance Attribute Details
#exclude ⇒ Object
Returns the value of attribute exclude.
5 6 7 |
# File 'lib/backup/adapters/archive.rb', line 5 def exclude @exclude end |
#files ⇒ Object
Returns the value of attribute files.
5 6 7 |
# File 'lib/backup/adapters/archive.rb', line 5 def files @files end |