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)
-
- (Object) label
Returns the value of attribute label.
-
- (Object) tracking_number
Returns the value of attribute tracking_number.
Instance Attribute Details
- (Object) label
Returns the value of attribute label
11 12 13 |
# File 'lib/shippinglogic/ups/ship_accept.rb', line 11 def label @label end |
- (Object) tracking_number
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 |