Class: Pay::Abacatepay::Customer::CheckoutResult
- Inherits:
-
Struct
- Object
- Struct
- Pay::Abacatepay::Customer::CheckoutResult
- Defined in:
- app/models/pay/abacatepay/customer.rb
Instance Attribute Summary collapse
-
#charge ⇒ Object
Returns the value of attribute charge.
-
#id ⇒ Object
Returns the value of attribute id.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#charge ⇒ Object
Returns the value of attribute charge
45 46 47 |
# File 'app/models/pay/abacatepay/customer.rb', line 45 def charge @charge end |
#id ⇒ Object
Returns the value of attribute id
45 46 47 |
# File 'app/models/pay/abacatepay/customer.rb', line 45 def id @id end |
#url ⇒ Object
Returns the value of attribute url
45 46 47 |
# File 'app/models/pay/abacatepay/customer.rb', line 45 def url @url end |