Class: SecurionPay::Configuration

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

Class Attribute Summary collapse

Class Attribute Details

.private_keyObject

Returns the value of attribute private_key.



4
5
6
# File 'lib/securionpay/configuration.rb', line 4

def private_key
  @private_key
end

.service_urlObject

Returns the value of attribute service_url.



4
5
6
# File 'lib/securionpay/configuration.rb', line 4

def service_url
  @service_url
end