Class: ActiveMerchant::Billing::NexioApmGateway::OneTimeToken

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

Instance Attribute Summary collapse

Instance Attribute Details

#button_urlsObject

Returns the value of attribute button_urls

Returns:

  • (Object)

    the current value of button_urls



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

def button_urls
  @button_urls
end

#iframe_urlObject

Returns the value of attribute iframe_url

Returns:

  • (Object)

    the current value of iframe_url



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

def iframe_url
  @iframe_url
end

#redirect_urlsObject

Returns the value of attribute redirect_urls

Returns:

  • (Object)

    the current value of redirect_urls



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

def redirect_urls
  @redirect_urls
end

#script_urlObject

Returns the value of attribute script_url

Returns:

  • (Object)

    the current value of script_url



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

def script_url
  @script_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_apm_gateway.rb', line 12

def token
  @token
end