Module: TrustedSearch

Defined in:
lib/trustedsearch.rb,
lib/trustedsearch/api.rb,
lib/trustedsearch/api.rb,
lib/trustedsearch/v2/v2.rb,
lib/trustedsearch/version.rb,
lib/trustedsearch/v2/hooks.rb,
lib/trustedsearch/api_resource.rb,
lib/trustedsearch/api_response.rb,
lib/trustedsearch/errors/error.rb,
lib/trustedsearch/v2/locations.rb,
lib/trustedsearch/v2/hook_subscriptions.rb,
lib/trustedsearch/errors/connection_error.rb,
lib/trustedsearch/errors/authentication_error.rb,
lib/trustedsearch/errors/invalid_request_error.rb

Defined Under Namespace

Modules: V2 Classes: APIResource, APIResponse, Api, AuthenticationError, ConnectionError, Error, InvalidRequestError, V1

Constant Summary collapse

VERSION =
"1.0.7"

Class Attribute Summary collapse

Class Attribute Details

.api_base_urlObject

Returns the value of attribute api_base_url.



48
49
50
# File 'lib/trustedsearch.rb', line 48

def api_base_url
  @api_base_url
end

.api_timeoutObject

Returns the value of attribute api_timeout.



49
50
51
# File 'lib/trustedsearch.rb', line 49

def api_timeout
  @api_timeout
end

.api_versionObject

Returns the value of attribute api_version.



48
49
50
# File 'lib/trustedsearch.rb', line 48

def api_version
  @api_version
end

.environmentObject

Returns the value of attribute environment.



48
49
50
# File 'lib/trustedsearch.rb', line 48

def environment
  @environment
end

.environmentsObject

Returns the value of attribute environments.



48
49
50
# File 'lib/trustedsearch.rb', line 48

def environments
  @environments
end

.private_keyObject

Returns the value of attribute private_key.



48
49
50
# File 'lib/trustedsearch.rb', line 48

def private_key
  @private_key
end

.public_keyObject

Returns the value of attribute public_key.



48
49
50
# File 'lib/trustedsearch.rb', line 48

def public_key
  @public_key
end