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)
-
- (Object) currency
Returns the value of attribute currency.
-
- (Object) delivered_by
Returns the value of attribute delivered_by.
-
- (Object) name
Returns the value of attribute name.
-
- (Object) rate
Returns the value of attribute rate.
-
- (Object) saturday
Returns the value of attribute saturday.
-
- (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
100 101 102 |
# File 'lib/shippinglogic/fedex/rate.rb', line 100 def currency @currency end |
- (Object) delivered_by
Returns the value of attribute delivered_by
100 101 102 |
# File 'lib/shippinglogic/fedex/rate.rb', line 100 def delivered_by @delivered_by end |
- (Object) name
Returns the value of attribute name
100 101 102 |
# File 'lib/shippinglogic/fedex/rate.rb', line 100 def name @name end |
- (Object) rate
Returns the value of attribute rate
100 101 102 |
# File 'lib/shippinglogic/fedex/rate.rb', line 100 def rate @rate end |
- (Object) saturday
Returns the value of attribute saturday
100 101 102 |
# File 'lib/shippinglogic/fedex/rate.rb', line 100 def saturday @saturday end |
- (Object) speed
Returns the value of attribute speed
100 101 102 |
# File 'lib/shippinglogic/fedex/rate.rb', line 100 def speed @speed end |
- (Object) type
Returns the value of attribute type
100 101 102 |
# File 'lib/shippinglogic/fedex/rate.rb', line 100 def type @type end |