Method: Redpear::Model#attributes
- Defined in:
- lib/redpear/model.rb
#attributes ⇒ Redpear::Store::Hash
Returns the attributes store
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 |