Class: Orchestrate::Application::SearchResult
- Defined in:
- lib/orchestrate_application/result.rb
Overview
Container class for Orchestrate.io search results. See parent class Result for more details.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#total_count ⇒ Object
readonly
Total count of matched records.
Attributes inherited from Result
#count, #next, #response, #results, #status
Method Summary
Methods inherited from Result
#initialize, #result, #result_keys, #success?
Constructor Details
This class inherits a constructor from Orchestrate::Application::Result
Instance Attribute Details
#total_count ⇒ Object (readonly)
Total count of matched records.
53 54 55 |
# File 'lib/orchestrate_application/result.rb', line 53 def total_count @total_count end |