Class: Shippinglogic::FedEx::Ship::Shipment
- Inherits:
-
Object
- Object
- Shippinglogic::FedEx::Ship::Shipment
- Defined in:
- lib/shippinglogic/fedex/ship.rb
Overview
The shipment result is an object of this class
Instance Attribute Summary (collapse)
-
- (Object) barcode
Returns the value of attribute barcode.
-
- (Object) currency
Returns the value of attribute currency.
-
- (Object) delivery_date
Returns the value of attribute delivery_date.
-
- (Object) label
Returns the value of attribute label.
-
- (Object) rate
Returns the value of attribute rate.
-
- (Object) tracking_number
Returns the value of attribute tracking_number.
Instance Attribute Details
- (Object) barcode
Returns the value of attribute barcode
108 109 110 |
# File 'lib/shippinglogic/fedex/ship.rb', line 108 def @barcode end |
- (Object) currency
Returns the value of attribute currency
108 109 110 |
# File 'lib/shippinglogic/fedex/ship.rb', line 108 def currency @currency end |
- (Object) delivery_date
Returns the value of attribute delivery_date
108 109 110 |
# File 'lib/shippinglogic/fedex/ship.rb', line 108 def delivery_date @delivery_date end |
- (Object) label
Returns the value of attribute label
108 109 110 |
# File 'lib/shippinglogic/fedex/ship.rb', line 108 def label @label end |
- (Object) rate
Returns the value of attribute rate
108 109 110 |
# File 'lib/shippinglogic/fedex/ship.rb', line 108 def rate @rate end |
- (Object) tracking_number
Returns the value of attribute tracking_number
108 109 110 |
# File 'lib/shippinglogic/fedex/ship.rb', line 108 def tracking_number @tracking_number end |