Class: Curator::Riak::Configuration
- Inherits:
-
Object
- Object
- Curator::Riak::Configuration
- Includes:
- Configuration
- Defined in:
- lib/curator/riak/configuration.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#bucket_prefix ⇒ Object
Returns the value of attribute bucket_prefix.
-
#riak_config_file ⇒ Object
Returns the value of attribute riak_config_file.
Attributes included from Configuration
#environment, #migrations_path
Instance Method Summary collapse
Instance Attribute Details
#bucket_prefix ⇒ Object
Returns the value of attribute bucket_prefix.
5 6 7 |
# File 'lib/curator/riak/configuration.rb', line 5 def bucket_prefix @bucket_prefix end |
#riak_config_file ⇒ Object
Returns the value of attribute riak_config_file.
5 6 7 |
# File 'lib/curator/riak/configuration.rb', line 5 def riak_config_file @riak_config_file end |