Class: Shippinglogic::UPS::ShipAccept::Details::Shipment
- Inherits:
-
Object
- Object
- Shippinglogic::UPS::ShipAccept::Details::Shipment
- Defined in:
- lib/shippinglogic/ups/ship_accept.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#tracking_number ⇒ Object
Returns the value of attribute tracking_number.
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label.
11 12 13 |
# File 'lib/shippinglogic/ups/ship_accept.rb', line 11 def label @label end |
#tracking_number ⇒ Object
Returns the value of attribute tracking_number.
11 12 13 |
# File 'lib/shippinglogic/ups/ship_accept.rb', line 11 def tracking_number @tracking_number end |