Class: Backup::Configuration::Database::Base

Inherits:
Base
  • Object
show all
Defined in:
lib/backup/configuration/database/base.rb

Direct Known Subclasses

MongoDB, MySQL, PostgreSQL, Redis

Class Attribute Summary collapse

Method Summary

Methods inherited from Base

defaults

Methods included from Helpers

#clear_defaults!, #getter_methods, #load_defaults!, #setter_methods

Class Attribute Details

.utility_pathObject

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