Class: SixSaferpay::Config
- Inherits:
-
Object
- Object
- SixSaferpay::Config
- Defined in:
- lib/six_saferpay.rb
Instance Attribute Summary collapse
-
#base_url ⇒ Object
ID of the Customer by SIX Saferpay.
-
#css_url ⇒ Object
ID of the Customer by SIX Saferpay.
-
#customer_id ⇒ Object
ID of the Customer by SIX Saferpay.
-
#fail_url ⇒ Object
ID of the Customer by SIX Saferpay.
-
#password ⇒ Object
ID of the Customer by SIX Saferpay.
-
#success_url ⇒ Object
ID of the Customer by SIX Saferpay.
-
#terminal_id ⇒ Object
ID of the Customer by SIX Saferpay.
-
#username ⇒ Object
ID of the Customer by SIX Saferpay.
Instance Attribute Details
#base_url ⇒ Object
ID of the Customer by SIX Saferpay
23 24 25 |
# File 'lib/six_saferpay.rb', line 23 def base_url @base_url end |
#css_url ⇒ Object
ID of the Customer by SIX Saferpay
23 24 25 |
# File 'lib/six_saferpay.rb', line 23 def css_url @css_url end |
#customer_id ⇒ Object
ID of the Customer by SIX Saferpay
23 24 25 |
# File 'lib/six_saferpay.rb', line 23 def customer_id @customer_id end |
#fail_url ⇒ Object
ID of the Customer by SIX Saferpay
23 24 25 |
# File 'lib/six_saferpay.rb', line 23 def fail_url @fail_url end |
#password ⇒ Object
ID of the Customer by SIX Saferpay
23 24 25 |
# File 'lib/six_saferpay.rb', line 23 def password @password end |
#success_url ⇒ Object
ID of the Customer by SIX Saferpay
23 24 25 |
# File 'lib/six_saferpay.rb', line 23 def success_url @success_url end |
#terminal_id ⇒ Object
ID of the Customer by SIX Saferpay
23 24 25 |
# File 'lib/six_saferpay.rb', line 23 def terminal_id @terminal_id end |
#username ⇒ Object
ID of the Customer by SIX Saferpay
23 24 25 |
# File 'lib/six_saferpay.rb', line 23 def username @username end |