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)
-
- (Object) currency
Returns the value of attribute currency.
-
- (Object) name
Returns the value of attribute name.
-
- (Object) rate
Returns the value of attribute rate.
-
- (Object) speed
Returns the value of attribute speed.
-
- (Object) type
Returns the value of attribute type.
Instance Attribute Details
- (Object) currency
Returns the value of attribute currency
89 90 91 |
# File 'lib/shippinglogic/ups/rate.rb', line 89 def currency @currency end |
- (Object) name
Returns the value of attribute name
89 90 91 |
# File 'lib/shippinglogic/ups/rate.rb', line 89 def name @name end |
- (Object) rate
Returns the value of attribute rate
89 90 91 |
# File 'lib/shippinglogic/ups/rate.rb', line 89 def rate @rate end |
- (Object) speed
Returns the value of attribute speed
89 90 91 |
# File 'lib/shippinglogic/ups/rate.rb', line 89 def speed @speed end |
- (Object) type
Returns the value of attribute type
89 90 91 |
# File 'lib/shippinglogic/ups/rate.rb', line 89 def type @type end |