Class: EwayRapid::CreateCustomerResponse
- Inherits:
-
ResponseOutput
- Object
- ResponseOutput
- EwayRapid::CreateCustomerResponse
- Defined in:
- lib/eway_rapid/entities/create_customer_response.rb
Instance Attribute Summary collapse
-
#access_code ⇒ Object
Returns the value of attribute access_code.
-
#customer ⇒ Object
Returns the value of attribute customer.
-
#form_action_url ⇒ Object
Returns the value of attribute form_action_url.
-
#shared_payment_url ⇒ Object
Returns the value of attribute shared_payment_url.
Attributes inherited from ResponseOutput
Method Summary
Methods inherited from ResponseOutput
Constructor Details
This class inherits a constructor from EwayRapid::ResponseOutput
Instance Attribute Details
#access_code ⇒ Object
Returns the value of attribute access_code.
6 7 8 |
# File 'lib/eway_rapid/entities/create_customer_response.rb', line 6 def access_code @access_code end |
#customer ⇒ Object
Returns the value of attribute customer.
3 4 5 |
# File 'lib/eway_rapid/entities/create_customer_response.rb', line 3 def customer @customer end |
#form_action_url ⇒ Object
Returns the value of attribute form_action_url.
5 6 7 |
# File 'lib/eway_rapid/entities/create_customer_response.rb', line 5 def form_action_url @form_action_url end |
#shared_payment_url ⇒ Object
Returns the value of attribute shared_payment_url.
4 5 6 |
# File 'lib/eway_rapid/entities/create_customer_response.rb', line 4 def shared_payment_url @shared_payment_url end |