Class: Code42::AttributeSerializerException

Inherits:
Struct
  • Object
show all
Defined in:
lib/code42/attribute_serializer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from



130
131
132
# File 'lib/code42/attribute_serializer.rb', line 130

def from
  @from
end

#toObject

Returns the value of attribute to



130
131
132
# File 'lib/code42/attribute_serializer.rb', line 130

def to
  @to
end