Class: StrokeDB::Storage
- Includes:
- ChainableStorage
- Defined in:
- lib/strokedb/store.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#authoritative_source ⇒ Object
Returns the value of attribute authoritative_source.
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Storage
constructor
A new instance of Storage.
Methods included from ChainableStorage
#add_chained_storage!, #has_chained_storage?, #remove_chained_storage!, #save_with_chained_storages!, #save_without_chained_storages!, #sync_chained_storage!, #sync_chained_storages!
Constructor Details
#initialize(opts = {}) ⇒ Storage
Returns a new instance of Storage.
145 146 |
# File 'lib/strokedb/store.rb', line 145 def initialize(opts={}) end |
Instance Attribute Details
#authoritative_source ⇒ Object
Returns the value of attribute authoritative_source.
143 144 145 |
# File 'lib/strokedb/store.rb', line 143 def @authoritative_source end |