Class: Backup::Adapters::SQLite
- Defined in:
- lib/backup/adapters/sqlite.rb
Instance Attribute Summary collapse
-
#database ⇒ Object
Returns the value of attribute database.
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
#database ⇒ Object
Returns the value of attribute database.
5 6 7 |
# File 'lib/backup/adapters/sqlite.rb', line 5 def database @database end |