Class: ActiveAny::Hash
Class Attribute Summary collapse
-
.data ⇒ Object
Returns the value of attribute data.
Class Method Summary collapse
Methods included from Reflection
_reflect_on_association, add_reflection, create
Methods included from AttributeAssignment
#assign_attributes, #init_internals
Methods included from Associations
Methods included from Attribute
#attribute_for_inspect, #attributes, #has_attribute?, #inspect, #read_attribute
Methods included from Core
Class Attribute Details
.data ⇒ Object
Returns the value of attribute data.
36 37 38 |
# File 'lib/active_any/base.rb', line 36 def data @data end |
Class Method Details
.adapter ⇒ Object
46 47 48 |
# File 'lib/active_any/base.rb', line 46 def adapter @adapter ||= ObjectAdapter.new(self) end |