Class: ActiveMerchant::Billing::NexioApmGateway::OneTimeToken
- Inherits:
-
Struct
- Object
- Struct
- ActiveMerchant::Billing::NexioApmGateway::OneTimeToken
- Defined in:
- lib/active_merchant/billing/gateways/nexio_apm_gateway.rb
Instance Attribute Summary collapse
-
#button_urls ⇒ Object
Returns the value of attribute button_urls.
-
#iframe_url ⇒ Object
Returns the value of attribute iframe_url.
-
#redirect_urls ⇒ Object
Returns the value of attribute redirect_urls.
-
#script_url ⇒ Object
Returns the value of attribute script_url.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#button_urls ⇒ Object
Returns the value of attribute button_urls
12 13 14 |
# File 'lib/active_merchant/billing/gateways/nexio_apm_gateway.rb', line 12 def @button_urls end |
#iframe_url ⇒ Object
Returns the value of attribute iframe_url
12 13 14 |
# File 'lib/active_merchant/billing/gateways/nexio_apm_gateway.rb', line 12 def iframe_url @iframe_url end |
#redirect_urls ⇒ Object
Returns the value of attribute redirect_urls
12 13 14 |
# File 'lib/active_merchant/billing/gateways/nexio_apm_gateway.rb', line 12 def redirect_urls @redirect_urls end |
#script_url ⇒ Object
Returns the value of attribute script_url
12 13 14 |
# File 'lib/active_merchant/billing/gateways/nexio_apm_gateway.rb', line 12 def script_url @script_url end |
#token ⇒ Object
Returns the value of attribute token
12 13 14 |
# File 'lib/active_merchant/billing/gateways/nexio_apm_gateway.rb', line 12 def token @token end |