Method: Redpear::Model#attributes

Defined in:
lib/redpear/model.rb

#attributesRedpear::Store::Hash

Returns the attributes store

Returns:



211
212
213
# File 'lib/redpear/model.rb', line 211

def attributes
  @_attributes ||= Redpear::Store::Hash.new self.class.nested_key("", id), self.class.connection
end