Module: ThreeScale::Backend::Storable::ClassMethods
- Includes:
- ThreeScale::Backend::StorageKeyHelpers
- Defined in:
- lib/3scale/backend/storable.rb
Instance Method Summary collapse
-
#attribute_names ⇒ Object
returns array of attribute names.
- #storage ⇒ Object
Methods included from ThreeScale::Backend::StorageKeyHelpers
Instance Method Details
#attribute_names ⇒ Object
returns array of attribute names
29 30 31 |
# File 'lib/3scale/backend/storable.rb', line 29 def attribute_names raise NotImplementedError end |
#storage ⇒ Object
24 25 26 |
# File 'lib/3scale/backend/storable.rb', line 24 def storage Storage.instance end |