Class: Shippinglogic::UPS::Rate::Service
- Inherits:
-
Object
- Object
- Shippinglogic::UPS::Rate::Service
- Defined in:
- lib/shippinglogic/ups/rate.rb
Overview
Each rate result is an object of this class
Instance Attribute Summary collapse
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#name ⇒ Object
Returns the value of attribute name.
-
#rate ⇒ Object
Returns the value of attribute rate.
-
#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.
89 90 91 |
# File 'lib/shippinglogic/ups/rate.rb', line 89 def currency @currency end |
#name ⇒ Object
Returns the value of attribute name.
89 90 91 |
# File 'lib/shippinglogic/ups/rate.rb', line 89 def name @name end |
#rate ⇒ Object
Returns the value of attribute rate.
89 90 91 |
# File 'lib/shippinglogic/ups/rate.rb', line 89 def rate @rate end |
#speed ⇒ Object
Returns the value of attribute speed.
89 90 91 |
# File 'lib/shippinglogic/ups/rate.rb', line 89 def speed @speed end |
#type ⇒ Object
Returns the value of attribute type.
89 90 91 |
# File 'lib/shippinglogic/ups/rate.rb', line 89 def type @type end |