Class: Temando::Quote

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#base_priceObject

Returns the value of attribute base_price.



5
6
7
# File 'lib/temando/quote.rb', line 5

def base_price
  @base_price
end

#carrier_idObject

Returns the value of attribute carrier_id.



5
6
7
# File 'lib/temando/quote.rb', line 5

def carrier_id
  @carrier_id
end

#currencyObject

Returns the value of attribute currency.



5
6
7
# File 'lib/temando/quote.rb', line 5

def currency
  @currency
end

#guaranteed_etaObject

Returns the value of attribute guaranteed_eta.



5
6
7
# File 'lib/temando/quote.rb', line 5

def guaranteed_eta
  @guaranteed_eta
end

#maximum_etaObject

Returns the value of attribute maximum_eta.



5
6
7
# File 'lib/temando/quote.rb', line 5

def maximum_eta
  @maximum_eta
end

#minimum_etaObject

Returns the value of attribute minimum_eta.



5
6
7
# File 'lib/temando/quote.rb', line 5

def minimum_eta
  @minimum_eta
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/temando/quote.rb', line 5

def name
  @name
end

#taxObject

Returns the value of attribute tax.



5
6
7
# File 'lib/temando/quote.rb', line 5

def tax
  @tax
end

#total_priceObject

Returns the value of attribute total_price.



5
6
7
# File 'lib/temando/quote.rb', line 5

def total_price
  @total_price
end