Method: ActiveOrient::Base#attributes

Defined in:
lib/base.rb

#attributesObject

ActiveModel API (for serialization)



109
110
111
# File 'lib/base.rb', line 109

def attributes
  @attributes ||= HashWithIndifferentAccess.new
end