Class: ActiveMerchant::Billing::NexioGateway::OneTimeToken

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_merchant/billing/gateways/nexio_gateway.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expirationObject

Returns the value of attribute expiration

Returns:

  • (Object)

    the current value of expiration



12
13
14
# File 'lib/active_merchant/billing/gateways/nexio_gateway.rb', line 12

def expiration
  @expiration
end

#fraud_urlObject

Returns the value of attribute fraud_url

Returns:

  • (Object)

    the current value of fraud_url



12
13
14
# File 'lib/active_merchant/billing/gateways/nexio_gateway.rb', line 12

def fraud_url
  @fraud_url
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



12
13
14
# File 'lib/active_merchant/billing/gateways/nexio_gateway.rb', line 12

def token
  @token
end