Class: Flexserializer::Base::Definition
- Inherits:
-
Struct
- Object
- Struct
- Flexserializer::Base::Definition
- Defined in:
- lib/flexserializer/base.rb
Instance Attribute Summary collapse
-
#attributes_data ⇒ Object
Returns the value of attribute attributes_data.
-
#methods_module ⇒ Object
Returns the value of attribute methods_module.
-
#reflections ⇒ Object
Returns the value of attribute reflections.
Instance Attribute Details
#attributes_data ⇒ Object
Returns the value of attribute attributes_data
3 4 5 |
# File 'lib/flexserializer/base.rb', line 3 def attributes_data @attributes_data end |
#methods_module ⇒ Object
Returns the value of attribute methods_module
3 4 5 |
# File 'lib/flexserializer/base.rb', line 3 def methods_module @methods_module end |
#reflections ⇒ Object
Returns the value of attribute reflections
3 4 5 |
# File 'lib/flexserializer/base.rb', line 3 def reflections @reflections end |