Class: Orchestrate::Application::SearchResult

Inherits:
Result
  • Object
show all
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

Rails::SearchResult

Instance Attribute Summary collapse

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_countObject (readonly)

Total count of matched records.



53
54
55
# File 'lib/orchestrate_application/result.rb', line 53

def total_count
  @total_count
end