Class: ActiveAny::Hash
Class Attribute Summary collapse
-
.data ⇒ Object
Returns the value of attribute data.
Class Method Summary collapse
Methods included from Delegation::DelegateCache
#inherited, #initialize_relation_delegate_cache, #relation_delegate_class
Methods included from Reflection
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.
34 35 36 |
# File 'lib/active_any/base.rb', line 34 def data @data end |
Class Method Details
.adapter ⇒ Object
44 45 46 |
# File 'lib/active_any/base.rb', line 44 def adapter @adapter ||= ObjectAdapter.new(self) end |