Class: SecurionPay::Configuration

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

Class Attribute Summary collapse

Class Attribute Details

.api_urlObject

Returns the value of attribute api_url.



7
8
9
# File 'lib/securionpay/configuration.rb', line 7

def api_url
  @api_url
end

.secret_keyObject

Returns the value of attribute secret_key.



6
7
8
# File 'lib/securionpay/configuration.rb', line 6

def secret_key
  @secret_key
end

.uploads_urlObject

Returns the value of attribute uploads_url.



7
8
9
# File 'lib/securionpay/configuration.rb', line 7

def uploads_url
  @uploads_url
end