Module: Exa::Types::StructWrapper
- Included in:
- AnswerRequest, AnswerSearchOptions, AnswerSummaryOptions, ContentsRequest, ContextOptions, ExtrasOptions, FindSimilarRequest, HighlightsContentsOptions, ResearchCreateRequest, SearchRequest, SummaryContentsOptions, TextContentsOptions
- Defined in:
- lib/exa/types/base.rb
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_payload ⇒ Object
57 58 59 |
# File 'lib/exa/types/base.rb', line 57 def to_payload Serializer.to_payload(self) end |