Class: Draisine::TypeMapper::Type

Inherits:
Struct
  • Object
show all
Defined in:
lib/draisine/type_mapper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ar_optionsObject

Returns the value of attribute ar_options

Returns:

  • (Object)

    the current value of ar_options



3
4
5
# File 'lib/draisine/type_mapper.rb', line 3

def ar_options
  @ar_options
end

#ar_typeObject

Returns the value of attribute ar_type

Returns:

  • (Object)

    the current value of ar_type



3
4
5
# File 'lib/draisine/type_mapper.rb', line 3

def ar_type
  @ar_type
end

#arrayObject

Returns the value of attribute array

Returns:

  • (Object)

    the current value of array



3
4
5
# File 'lib/draisine/type_mapper.rb', line 3

def array
  @array
end

#serializedObject

Returns the value of attribute serialized

Returns:

  • (Object)

    the current value of serialized



3
4
5
# File 'lib/draisine/type_mapper.rb', line 3

def serialized
  @serialized
end