Class: Temando::Quote
- Inherits:
-
Object
- Object
- Temando::Quote
- Defined in:
- lib/temando/quote.rb
Overview
A Quote is a representation of the shipping quote provided by one of Temando’s suppliers.
Instance Attribute Summary collapse
-
#base_price ⇒ Object
Returns the value of attribute base_price.
-
#carrier_id ⇒ Object
Returns the value of attribute carrier_id.
-
#carrier_name ⇒ Object
Returns the value of attribute carrier_name.
-
#carrier_phone ⇒ Object
Returns the value of attribute carrier_phone.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#delivery_method ⇒ Object
Returns the value of attribute delivery_method.
-
#guaranteed_eta ⇒ Object
Returns the value of attribute guaranteed_eta.
-
#maximum_eta ⇒ Object
Returns the value of attribute maximum_eta.
-
#minimum_eta ⇒ Object
Returns the value of attribute minimum_eta.
-
#name ⇒ Object
Returns the value of attribute name.
-
#tax ⇒ Object
Returns the value of attribute tax.
-
#total_price ⇒ Object
Returns the value of attribute total_price.
Instance Attribute Details
#base_price ⇒ Object
Returns the value of attribute base_price.
5 6 7 |
# File 'lib/temando/quote.rb', line 5 def base_price @base_price end |
#carrier_id ⇒ Object
Returns the value of attribute carrier_id.
6 7 8 |
# File 'lib/temando/quote.rb', line 6 def carrier_id @carrier_id end |
#carrier_name ⇒ Object
Returns the value of attribute carrier_name.
6 7 8 |
# File 'lib/temando/quote.rb', line 6 def carrier_name @carrier_name end |
#carrier_phone ⇒ Object
Returns the value of attribute carrier_phone.
6 7 8 |
# File 'lib/temando/quote.rb', line 6 def carrier_phone @carrier_phone end |
#currency ⇒ Object
Returns the value of attribute currency.
5 6 7 |
# File 'lib/temando/quote.rb', line 5 def currency @currency end |
#delivery_method ⇒ Object
Returns the value of attribute delivery_method.
6 7 8 |
# File 'lib/temando/quote.rb', line 6 def delivery_method @delivery_method end |
#guaranteed_eta ⇒ Object
Returns the value of attribute guaranteed_eta.
5 6 7 |
# File 'lib/temando/quote.rb', line 5 def guaranteed_eta @guaranteed_eta end |
#maximum_eta ⇒ Object
Returns the value of attribute maximum_eta.
5 6 7 |
# File 'lib/temando/quote.rb', line 5 def maximum_eta @maximum_eta end |
#minimum_eta ⇒ Object
Returns the value of attribute minimum_eta.
5 6 7 |
# File 'lib/temando/quote.rb', line 5 def minimum_eta @minimum_eta end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/temando/quote.rb', line 5 def name @name end |
#tax ⇒ Object
Returns the value of attribute tax.
5 6 7 |
# File 'lib/temando/quote.rb', line 5 def tax @tax end |
#total_price ⇒ Object
Returns the value of attribute total_price.
5 6 7 |
# File 'lib/temando/quote.rb', line 5 def total_price @total_price end |