Class: Conversocial::Resources::QueryEngines::Report

Inherits:
Base
  • Object
show all
Includes:
Conversocial::Resources::QueryEngines
Defined in:
lib/conversocial/resources/query_engines/report.rb

Instance Attribute Summary

Attributes inherited from Base

#client, #query_params

Instance Method Summary collapse

Methods included from Conversocial::Resources::QueryEngines

included

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

#demodulize

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