Class: Rocksky::Generated::FeedSearchResultsView
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::FeedSearchResultsView
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#estimatedTotalHits ⇒ Object
Returns the value of attribute estimatedTotalHits.
-
#hits ⇒ Object
Returns the value of attribute hits.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#processingTimeMs ⇒ Object
Returns the value of attribute processingTimeMs.
Instance Attribute Details
#estimatedTotalHits ⇒ Object
Returns the value of attribute estimatedTotalHits
53 54 55 |
# File 'lib/rocksky/generated/types.rb', line 53 def estimatedTotalHits @estimatedTotalHits end |
#hits ⇒ Object
Returns the value of attribute hits
53 54 55 |
# File 'lib/rocksky/generated/types.rb', line 53 def hits @hits end |
#limit ⇒ Object
Returns the value of attribute limit
53 54 55 |
# File 'lib/rocksky/generated/types.rb', line 53 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset
53 54 55 |
# File 'lib/rocksky/generated/types.rb', line 53 def offset @offset end |
#processingTimeMs ⇒ Object
Returns the value of attribute processingTimeMs
53 54 55 |
# File 'lib/rocksky/generated/types.rb', line 53 def processingTimeMs @processingTimeMs end |