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