Class: EwayRapid::Models::Customer
- Inherits:
-
Object
- Object
- EwayRapid::Models::Customer
- Defined in:
- lib/eway_rapid/models/models.rb
Overview
Customer details
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#cancel_url ⇒ Object
Returns the value of attribute cancel_url.
-
#card_details ⇒ Object
Returns the value of attribute card_details.
-
#comments ⇒ Object
Returns the value of attribute comments.
-
#company_name ⇒ Object
Returns the value of attribute company_name.
-
#customer_device_ip ⇒ Object
Returns the value of attribute customer_device_ip.
-
#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.
-
#redirect_url ⇒ Object
Returns the value of attribute redirect_url.
-
#reference ⇒ Object
Returns the value of attribute reference.
-
#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.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
74 75 76 |
# File 'lib/eway_rapid/models/models.rb', line 74 def address @address end |
#cancel_url ⇒ Object
Returns the value of attribute cancel_url.
83 84 85 |
# File 'lib/eway_rapid/models/models.rb', line 83 def cancel_url @cancel_url end |
#card_details ⇒ Object
Returns the value of attribute card_details.
81 82 83 |
# File 'lib/eway_rapid/models/models.rb', line 81 def card_details @card_details end |
#comments ⇒ Object
Returns the value of attribute comments.
80 81 82 |
# File 'lib/eway_rapid/models/models.rb', line 80 def comments @comments end |
#company_name ⇒ Object
Returns the value of attribute company_name.
72 73 74 |
# File 'lib/eway_rapid/models/models.rb', line 72 def company_name @company_name end |
#customer_device_ip ⇒ Object
Returns the value of attribute customer_device_ip.
84 85 86 |
# File 'lib/eway_rapid/models/models.rb', line 84 def customer_device_ip @customer_device_ip end |
#email ⇒ Object
Returns the value of attribute email.
77 78 79 |
# File 'lib/eway_rapid/models/models.rb', line 77 def email @email end |
#fax ⇒ Object
Returns the value of attribute fax.
78 79 80 |
# File 'lib/eway_rapid/models/models.rb', line 78 def fax @fax end |
#first_name ⇒ Object
Returns the value of attribute first_name.
70 71 72 |
# File 'lib/eway_rapid/models/models.rb', line 70 def first_name @first_name end |
#job_description ⇒ Object
Returns the value of attribute job_description.
73 74 75 |
# File 'lib/eway_rapid/models/models.rb', line 73 def job_description @job_description end |
#last_name ⇒ Object
Returns the value of attribute last_name.
71 72 73 |
# File 'lib/eway_rapid/models/models.rb', line 71 def last_name @last_name end |
#mobile ⇒ Object
Returns the value of attribute mobile.
76 77 78 |
# File 'lib/eway_rapid/models/models.rb', line 76 def mobile @mobile end |
#phone ⇒ Object
Returns the value of attribute phone.
75 76 77 |
# File 'lib/eway_rapid/models/models.rb', line 75 def phone @phone end |
#redirect_url ⇒ Object
Returns the value of attribute redirect_url.
82 83 84 |
# File 'lib/eway_rapid/models/models.rb', line 82 def redirect_url @redirect_url end |
#reference ⇒ Object
Returns the value of attribute reference.
68 69 70 |
# File 'lib/eway_rapid/models/models.rb', line 68 def reference @reference end |
#title ⇒ Object
Returns the value of attribute title.
69 70 71 |
# File 'lib/eway_rapid/models/models.rb', line 69 def title @title end |
#token_customer_id ⇒ Object
Returns the value of attribute token_customer_id.
67 68 69 |
# File 'lib/eway_rapid/models/models.rb', line 67 def token_customer_id @token_customer_id end |
#url ⇒ Object
Returns the value of attribute url.
79 80 81 |
# File 'lib/eway_rapid/models/models.rb', line 79 def url @url end |