Class: EwayRapid::Models::ShippingDetails

Inherits:
Object
  • Object
show all
Defined in:
lib/eway_rapid/models/models.rb

Overview

Contains the Shipping related information for a transaction

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email.



211
212
213
# File 'lib/eway_rapid/models/models.rb', line 211

def email
  @email
end

#faxObject

Returns the value of attribute fax.



213
214
215
# File 'lib/eway_rapid/models/models.rb', line 213

def fax
  @fax
end

#first_nameObject

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_nameObject

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

#phoneObject

Returns the value of attribute phone.



212
213
214
# File 'lib/eway_rapid/models/models.rb', line 212

def phone
  @phone
end

#shipping_addressObject

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_methodObject

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