Class: SolidusMollie::CreateOrderPayment::Result
- Inherits:
-
Struct
- Object
- Struct
- SolidusMollie::CreateOrderPayment::Result
- Defined in:
- app/services/solidus_mollie/create_order_payment.rb
Instance Attribute Summary collapse
-
#checkout_url ⇒ Object
Returns the value of attribute checkout_url.
-
#error ⇒ Object
Returns the value of attribute error.
Instance Method Summary collapse
Instance Attribute Details
#checkout_url ⇒ Object
Returns the value of attribute checkout_url
8 9 10 |
# File 'app/services/solidus_mollie/create_order_payment.rb', line 8 def checkout_url @checkout_url end |
#error ⇒ Object
Returns the value of attribute error
8 9 10 |
# File 'app/services/solidus_mollie/create_order_payment.rb', line 8 def error @error end |
Instance Method Details
#success? ⇒ Boolean
9 10 11 |
# File 'app/services/solidus_mollie/create_order_payment.rb', line 9 def success? error.nil? end |