Class: EwayRapid::QueryCustomerResponse
- Inherits:
-
ResponseOutput
- Object
- ResponseOutput
- EwayRapid::QueryCustomerResponse
- Defined in:
- lib/eway_rapid/output/query_customer_response.rb
Overview
Query customer response data
Instance Attribute Summary collapse
-
#card_detail ⇒ Object
Returns the value of attribute card_detail.
-
#city ⇒ Object
Returns the value of attribute city.
-
#comments ⇒ Object
Returns the value of attribute comments.
-
#company_name ⇒ Object
Returns the value of attribute company_name.
-
#country ⇒ Object
Returns the value of attribute country.
-
#email ⇒ Object
Returns the value of attribute email.
-
#fax ⇒ Object
Returns the value of attribute fax.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#job_description ⇒ Object
Returns the value of attribute job_description.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#mobile ⇒ Object
Returns the value of attribute mobile.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#postal_code ⇒ Object
Returns the value of attribute postal_code.
-
#reference ⇒ Object
Returns the value of attribute reference.
-
#state ⇒ Object
Returns the value of attribute state.
-
#street1 ⇒ Object
Returns the value of attribute street1.
-
#street2 ⇒ Object
Returns the value of attribute street2.
-
#title ⇒ Object
Returns the value of attribute title.
-
#token_customer_id ⇒ Object
Returns the value of attribute token_customer_id.
-
#url ⇒ Object
Returns the value of attribute url.
Attributes inherited from ResponseOutput
Method Summary
Methods inherited from ResponseOutput
Constructor Details
This class inherits a constructor from EwayRapid::ResponseOutput
Instance Attribute Details
#card_detail ⇒ Object
Returns the value of attribute card_detail.
20 21 22 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 20 def card_detail @card_detail end |
#city ⇒ Object
Returns the value of attribute city.
16 17 18 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 16 def city @city end |
#comments ⇒ Object
Returns the value of attribute comments.
22 23 24 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 22 def comments @comments end |
#company_name ⇒ Object
Returns the value of attribute company_name.
12 13 14 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 12 def company_name @company_name end |
#country ⇒ Object
Returns the value of attribute country.
21 22 23 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 21 def country @country end |
#email ⇒ Object
Returns the value of attribute email.
7 8 9 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 7 def email @email end |
#fax ⇒ Object
Returns the value of attribute fax.
23 24 25 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 23 def fax @fax end |
#first_name ⇒ Object
Returns the value of attribute first_name.
10 11 12 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 10 def first_name @first_name end |
#job_description ⇒ Object
Returns the value of attribute job_description.
13 14 15 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 13 def job_description @job_description end |
#last_name ⇒ Object
Returns the value of attribute last_name.
11 12 13 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 11 def last_name @last_name end |
#mobile ⇒ Object
Returns the value of attribute mobile.
18 19 20 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 18 def mobile @mobile end |
#phone ⇒ Object
Returns the value of attribute phone.
17 18 19 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 17 def phone @phone end |
#postal_code ⇒ Object
Returns the value of attribute postal_code.
6 7 8 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 6 def postal_code @postal_code end |
#reference ⇒ Object
Returns the value of attribute reference.
8 9 10 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 8 def reference @reference end |
#state ⇒ Object
Returns the value of attribute state.
5 6 7 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 5 def state @state end |
#street1 ⇒ Object
Returns the value of attribute street1.
14 15 16 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 14 def street1 @street1 end |
#street2 ⇒ Object
Returns the value of attribute street2.
15 16 17 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 15 def street2 @street2 end |
#title ⇒ Object
Returns the value of attribute title.
9 10 11 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 9 def title @title end |
#token_customer_id ⇒ Object
Returns the value of attribute token_customer_id.
4 5 6 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 4 def token_customer_id @token_customer_id end |
#url ⇒ Object
Returns the value of attribute url.
19 20 21 |
# File 'lib/eway_rapid/output/query_customer_response.rb', line 19 def url @url end |