Class: Exa::Types::SearchRequest

Inherits:
T::Struct
  • Object
show all
Includes:
SearchOptionProps, StructWrapper
Defined in:
lib/exa/types/search.rb

Instance Method Summary collapse

Methods included from SearchOptionProps

included

Methods included from StructWrapper

#__exa_attributes__

Instance Method Details

#to_payloadObject



72
73
74
75
# File 'lib/exa/types/search.rb', line 72

def to_payload
  payload = Serializer.to_payload(self)
  wrap_contents_options(payload)
end