Class: OrangeMoneyWebpay::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#access_token_urlObject

Returns the value of attribute access_token_url.



3
4
5
# File 'lib/orange_money_webpay/configuration.rb', line 3

def access_token_url
  @access_token_url
end

#authorization_headerObject

Returns the value of attribute authorization_header.



3
4
5
# File 'lib/orange_money_webpay/configuration.rb', line 3

def authorization_header
  @authorization_header
end

#cancel_urlObject

Returns the value of attribute cancel_url.



3
4
5
# File 'lib/orange_money_webpay/configuration.rb', line 3

def cancel_url
  @cancel_url
end

#currencyObject

Returns the value of attribute currency.



3
4
5
# File 'lib/orange_money_webpay/configuration.rb', line 3

def currency
  @currency
end

#langObject

Returns the value of attribute lang.



3
4
5
# File 'lib/orange_money_webpay/configuration.rb', line 3

def lang
  @lang
end

#merchant_keyObject

Returns the value of attribute merchant_key.



3
4
5
# File 'lib/orange_money_webpay/configuration.rb', line 3

def merchant_key
  @merchant_key
end

#notif_urlObject

Returns the value of attribute notif_url.



3
4
5
# File 'lib/orange_money_webpay/configuration.rb', line 3

def notif_url
  @notif_url
end

#payment_requestObject

Returns the value of attribute payment_request.



3
4
5
# File 'lib/orange_money_webpay/configuration.rb', line 3

def payment_request
  @payment_request
end

#payment_request_urlObject

Returns the value of attribute payment_request_url.



3
4
5
# File 'lib/orange_money_webpay/configuration.rb', line 3

def payment_request_url
  @payment_request_url
end

#referenceObject

Returns the value of attribute reference.



3
4
5
# File 'lib/orange_money_webpay/configuration.rb', line 3

def reference
  @reference
end

#remote_urlObject

Returns the value of attribute remote_url.



3
4
5
# File 'lib/orange_money_webpay/configuration.rb', line 3

def remote_url
  @remote_url
end

#return_urlObject

Returns the value of attribute return_url.



3
4
5
# File 'lib/orange_money_webpay/configuration.rb', line 3

def return_url
  @return_url
end