Class: Code42::AttributeSerializerException
- Inherits:
-
Struct
- Object
- Struct
- Code42::AttributeSerializerException
- Defined in:
- lib/code42/attribute_serializer.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from
130 131 132 |
# File 'lib/code42/attribute_serializer.rb', line 130 def from @from end |
#to ⇒ Object
Returns the value of attribute to
130 131 132 |
# File 'lib/code42/attribute_serializer.rb', line 130 def to @to end |