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
-
#barcode ⇒ Object
Returns the value of attribute barcode.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#delivery_date ⇒ Object
Returns the value of attribute delivery_date.
-
#label ⇒ Object
Returns the value of attribute label.
-
#rate ⇒ Object
Returns the value of attribute rate.
-
#tracking_number ⇒ Object
Returns the value of attribute tracking_number.
Instance Attribute Details
#barcode ⇒ Object
Returns the value of attribute barcode.
108 109 110 |
# File 'lib/shippinglogic/fedex/ship.rb', line 108 def @barcode end |
#currency ⇒ Object
Returns the value of attribute currency.
108 109 110 |
# File 'lib/shippinglogic/fedex/ship.rb', line 108 def currency @currency end |
#delivery_date ⇒ Object
Returns the value of attribute delivery_date.
108 109 110 |
# File 'lib/shippinglogic/fedex/ship.rb', line 108 def delivery_date @delivery_date end |
#label ⇒ Object
Returns the value of attribute label.
108 109 110 |
# File 'lib/shippinglogic/fedex/ship.rb', line 108 def label @label end |
#rate ⇒ Object
Returns the value of attribute rate.
108 109 110 |
# File 'lib/shippinglogic/fedex/ship.rb', line 108 def rate @rate end |
#tracking_number ⇒ Object
Returns the value of attribute tracking_number.
108 109 110 |
# File 'lib/shippinglogic/fedex/ship.rb', line 108 def tracking_number @tracking_number end |