Module: Exa::Types::StructWrapper

Instance Method Summary collapse

Instance Method Details

#__exa_attributes__Object



61
62
63
# File 'lib/exa/types/base.rb', line 61

def __exa_attributes__
  Serializer.serialize_struct(self)
end

#to_payloadObject



57
58
59
# File 'lib/exa/types/base.rb', line 57

def to_payload
  Serializer.to_payload(self)
end