Class: Pay::Abacatepay::Customer::CheckoutResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/pay/abacatepay/customer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#chargeObject

Returns the value of attribute charge

Returns:

  • (Object)

    the current value of charge



45
46
47
# File 'lib/pay/abacatepay/customer.rb', line 45

def charge
  @charge
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



45
46
47
# File 'lib/pay/abacatepay/customer.rb', line 45

def id
  @id
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



45
46
47
# File 'lib/pay/abacatepay/customer.rb', line 45

def url
  @url
end