Class: EwayRapid::Models::ShippingDetails
- Inherits:
-
Object
- Object
- EwayRapid::Models::ShippingDetails
- Defined in:
- lib/eway_rapid/models/models.rb
Overview
Contains the Shipping related information for a transaction
Instance Attribute Summary collapse
-
#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.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#shipping_address ⇒ Object
Returns the value of attribute shipping_address.
-
#shipping_method ⇒ Object
Returns the value of attribute shipping_method.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email.
211 212 213 |
# File 'lib/eway_rapid/models/models.rb', line 211 def email @email end |
#fax ⇒ Object
Returns the value of attribute fax.
213 214 215 |
# File 'lib/eway_rapid/models/models.rb', line 213 def fax @fax end |
#first_name ⇒ Object
Returns the value of attribute first_name.
207 208 209 |
# File 'lib/eway_rapid/models/models.rb', line 207 def first_name @first_name end |
#last_name ⇒ Object
Returns the value of attribute last_name.
208 209 210 |
# File 'lib/eway_rapid/models/models.rb', line 208 def last_name @last_name end |
#phone ⇒ Object
Returns the value of attribute phone.
212 213 214 |
# File 'lib/eway_rapid/models/models.rb', line 212 def phone @phone end |
#shipping_address ⇒ Object
Returns the value of attribute shipping_address.
210 211 212 |
# File 'lib/eway_rapid/models/models.rb', line 210 def shipping_address @shipping_address end |
#shipping_method ⇒ Object
Returns the value of attribute shipping_method.
209 210 211 |
# File 'lib/eway_rapid/models/models.rb', line 209 def shipping_method @shipping_method end |