Class: Backup::Configuration::Database::Riak
- Defined in:
- lib/backup/configuration/database/riak.rb
Class Attribute Summary collapse
-
.cookie ⇒ Object
Cookie is the Erlang cookie/shared secret used to connect to the node.
-
.name ⇒ Object
Name is the name of the backup.
-
.node ⇒ Object
Node is the node from which to perform the backup.
-
.riak_admin_utility ⇒ Object
Path to riak-admin utility (optional).
Method Summary
Methods inherited from Base
Methods included from Helpers
#clear_defaults!, #load_defaults!
Class Attribute Details
.cookie ⇒ Object
Cookie is the Erlang cookie/shared secret used to connect to the node.
19 20 21 |
# File 'lib/backup/configuration/database/riak.rb', line 19 def @cookie end |
.name ⇒ Object
Name is the name of the backup
11 12 13 |
# File 'lib/backup/configuration/database/riak.rb', line 11 def name @name end |
.node ⇒ Object
Node is the node from which to perform the backup.
15 16 17 |
# File 'lib/backup/configuration/database/riak.rb', line 15 def node @node end |
.riak_admin_utility ⇒ Object
Path to riak-admin utility (optional)
23 24 25 |
# File 'lib/backup/configuration/database/riak.rb', line 23 def riak_admin_utility @riak_admin_utility end |