Class: Conversocial::Resources::QueryEngines::Report
- Includes:
- Conversocial::Resources::QueryEngines
- Defined in:
- lib/conversocial/resources/query_engines/report.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(client) ⇒ Report
constructor
A new instance of Report.
Methods included from Conversocial::Resources::QueryEngines
Methods inherited from Base
#clear, #default_fetch_query_params, #default_find_query_params, #each, #each_page, #fetch, #find, #greater_than, #greater_than_or_equal_to, #is_nil, #is_not_nil, #last, #less_than_or_equal_to, #lesser_than, #new, #select, #size, #sort, #to_fetch_url, #where
Methods included from Utils::HTTP
#add_query_params, #https_basic_auth_get, #https_basic_auth_post
Methods included from Utils::Strings
Constructor Details
#initialize(client) ⇒ Report
Returns a new instance of Report.
7 8 9 |
# File 'lib/conversocial/resources/query_engines/report.rb', line 7 def initialize client super client end |