Class: Shippinglogic::FedEx::Ship::Shipment

Inherits:
Object
  • Object
show all
Defined in:
lib/shippinglogic/fedex/ship.rb

Overview

The shipment result is an object of this class

Instance Attribute Summary collapse

Instance Attribute Details

#barcodeObject

Returns the value of attribute barcode.



95
96
97
# File 'lib/shippinglogic/fedex/ship.rb', line 95

def barcode
  @barcode
end

#currencyObject

Returns the value of attribute currency.



95
96
97
# File 'lib/shippinglogic/fedex/ship.rb', line 95

def currency
  @currency
end

#delivery_dateObject

Returns the value of attribute delivery_date.



95
96
97
# File 'lib/shippinglogic/fedex/ship.rb', line 95

def delivery_date
  @delivery_date
end

#labelObject

Returns the value of attribute label.



95
96
97
# File 'lib/shippinglogic/fedex/ship.rb', line 95

def label
  @label
end

#rateObject

Returns the value of attribute rate.



95
96
97
# File 'lib/shippinglogic/fedex/ship.rb', line 95

def rate
  @rate
end

#tracking_numberObject

Returns the value of attribute tracking_number.



95
96
97
# File 'lib/shippinglogic/fedex/ship.rb', line 95

def tracking_number
  @tracking_number
end