Class: GetResponse::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/get_response.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_endpointObject

Returns the value of attribute api_endpoint.



22
23
24
# File 'lib/get_response.rb', line 22

def api_endpoint
  @api_endpoint
end

#api_keyObject

Returns the value of attribute api_key.



22
23
24
# File 'lib/get_response.rb', line 22

def api_key
  @api_key
end

#api_versionObject

Returns the value of attribute api_version.



22
23
24
# File 'lib/get_response.rb', line 22

def api_version
  @api_version
end

#domain_headerObject

Returns the value of attribute domain_header.



22
23
24
# File 'lib/get_response.rb', line 22

def domain_header
  @domain_header
end

#loggerObject

Returns the value of attribute logger.



22
23
24
# File 'lib/get_response.rb', line 22

def logger
  @logger
end

#verboseObject

Returns the value of attribute verbose.



22
23
24
# File 'lib/get_response.rb', line 22

def verbose
  @verbose
end