Class: Backup::Configuration::Database::Base
- Defined in:
- lib/backup/configuration/database/base.rb
Direct Known Subclasses
Class Attribute Summary collapse
-
.utility_path ⇒ Object
Allows the user to specify the path to a “dump” utility in case it cannot be auto-detected by Backup.
Method Summary
Methods inherited from Base
Methods included from Helpers
#clear_defaults!, #getter_methods, #load_defaults!, #setter_methods
Class Attribute Details
.utility_path ⇒ Object
Allows the user to specify the path to a “dump” utility in case it cannot be auto-detected by Backup
12 13 14 |
# File 'lib/backup/configuration/database/base.rb', line 12 def utility_path @utility_path end |