Class: Conversocial::Resources::QueryEngines::Account

Inherits:
Base
  • Object
show all
Defined in:
lib/conversocial/resources/query_engines/account.rb

Instance Attribute Summary

Attributes inherited from Base

#client, #query_params

Instance Method Summary collapse

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) ⇒ Account

Returns a new instance of Account.



7
8
9
# File 'lib/conversocial/resources/query_engines/account.rb', line 7

def initialize client
  super client
end