Class: Shippinglogic::FedEx::Rate::Service
- Inherits:
-
Object
- Object
- Shippinglogic::FedEx::Rate::Service
- Defined in:
- lib/shippinglogic/fedex/rate.rb
Overview
Each rate result is an object of this class
Instance Attribute Summary collapse
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#delivered_by ⇒ Object
Returns the value of attribute delivered_by.
-
#name ⇒ Object
Returns the value of attribute name.
-
#rate ⇒ Object
Returns the value of attribute rate.
-
#saturday ⇒ Object
Returns the value of attribute saturday.
-
#speed ⇒ Object
Returns the value of attribute speed.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#currency ⇒ Object
Returns the value of attribute currency.
102 103 104 |
# File 'lib/shippinglogic/fedex/rate.rb', line 102 def currency @currency end |
#delivered_by ⇒ Object
Returns the value of attribute delivered_by.
102 103 104 |
# File 'lib/shippinglogic/fedex/rate.rb', line 102 def delivered_by @delivered_by end |
#name ⇒ Object
Returns the value of attribute name.
102 103 104 |
# File 'lib/shippinglogic/fedex/rate.rb', line 102 def name @name end |
#rate ⇒ Object
Returns the value of attribute rate.
102 103 104 |
# File 'lib/shippinglogic/fedex/rate.rb', line 102 def rate @rate end |
#saturday ⇒ Object
Returns the value of attribute saturday.
102 103 104 |
# File 'lib/shippinglogic/fedex/rate.rb', line 102 def saturday @saturday end |
#speed ⇒ Object
Returns the value of attribute speed.
102 103 104 |
# File 'lib/shippinglogic/fedex/rate.rb', line 102 def speed @speed end |
#type ⇒ Object
Returns the value of attribute type.
102 103 104 |
# File 'lib/shippinglogic/fedex/rate.rb', line 102 def type @type end |