Module: Payment::Manager::Config

Defined in:
lib/payment/manager/config.rb

Class Attribute Summary collapse

Class Attribute Details

.api_urlObject

Returns the value of attribute api_url.



7
8
9
# File 'lib/payment/manager/config.rb', line 7

def api_url
  @api_url
end

.client_idObject

Returns the value of attribute client_id.



5
6
7
# File 'lib/payment/manager/config.rb', line 5

def client_id
  @client_id
end

.client_secretObject

Returns the value of attribute client_secret.



6
7
8
# File 'lib/payment/manager/config.rb', line 6

def client_secret
  @client_secret
end