Class: Kagi::API::Models::Search
- Inherits:
-
Data
- Object
- Data
- Kagi::API::Models::Search
- Defined in:
- lib/kagi/api/models/search.rb
Overview
Models the search payload.
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
Class Method Summary collapse
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data
7 8 9 |
# File 'lib/kagi/api/models/search.rb', line 7 def data @data end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
7 8 9 |
# File 'lib/kagi/api/models/search.rb', line 7 def @meta end |