Class: MangoPay::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#client_apiKeyObject

Returns the value of attribute client_apiKey.



52
53
54
# File 'lib/mangopay.rb', line 52

def client_apiKey
  @client_apiKey
end

#client_idObject

Returns the value of attribute client_id.



52
53
54
# File 'lib/mangopay.rb', line 52

def client_id
  @client_id
end

#http_max_retriesObject

Returns the value of attribute http_max_retries.



52
53
54
# File 'lib/mangopay.rb', line 52

def http_max_retries
  @http_max_retries
end

#http_open_timeoutObject

Returns the value of attribute http_open_timeout.



52
53
54
# File 'lib/mangopay.rb', line 52

def http_open_timeout
  @http_open_timeout
end

#http_timeoutObject

Returns the value of attribute http_timeout.



52
53
54
# File 'lib/mangopay.rb', line 52

def http_timeout
  @http_timeout
end

#log_fileObject

Returns the value of attribute log_file.



52
53
54
# File 'lib/mangopay.rb', line 52

def log_file
  @log_file
end

#loggerObject

Returns the value of attribute logger.



52
53
54
# File 'lib/mangopay.rb', line 52

def logger
  @logger
end

#preproductionObject

Returns the value of attribute preproduction.



52
53
54
# File 'lib/mangopay.rb', line 52

def preproduction
  @preproduction
end

#root_urlObject

Returns the value of attribute root_url.



52
53
54
# File 'lib/mangopay.rb', line 52

def root_url
  @root_url
end

#temp_dirObject

Returns the value of attribute temp_dir.



52
53
54
# File 'lib/mangopay.rb', line 52

def temp_dir
  @temp_dir
end