Class: Flexserializer::Base::Definition

Inherits:
Struct
  • Object
show all
Defined in:
lib/flexserializer/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributes_dataObject

Returns the value of attribute attributes_data

Returns:

  • (Object)

    the current value of attributes_data



3
4
5
# File 'lib/flexserializer/base.rb', line 3

def attributes_data
  @attributes_data
end

#methods_moduleObject

Returns the value of attribute methods_module

Returns:

  • (Object)

    the current value of methods_module



3
4
5
# File 'lib/flexserializer/base.rb', line 3

def methods_module
  @methods_module
end

#reflectionsObject

Returns the value of attribute reflections

Returns:

  • (Object)

    the current value of reflections



3
4
5
# File 'lib/flexserializer/base.rb', line 3

def reflections
  @reflections
end