Module: ThreeScale::Backend::Storable::ClassMethods

Includes:
ThreeScale::Backend::StorageKeyHelpers
Defined in:
lib/3scale/backend/storable.rb

Instance Method Summary collapse

Methods included from ThreeScale::Backend::StorageKeyHelpers

#encode_key

Instance Method Details

#attribute_namesObject

returns array of attribute names

Raises:

  • (NotImplementedError)


29
30
31
# File 'lib/3scale/backend/storable.rb', line 29

def attribute_names
  raise NotImplementedError
end

#storageObject



24
25
26
# File 'lib/3scale/backend/storable.rb', line 24

def storage
  Storage.instance
end