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.



108
109
110
# File 'lib/shippinglogic/fedex/ship.rb', line 108

def barcode
  @barcode
end

#currencyObject

Returns the value of attribute currency.



108
109
110
# File 'lib/shippinglogic/fedex/ship.rb', line 108

def currency
  @currency
end

#delivery_dateObject

Returns the value of attribute delivery_date.



108
109
110
# File 'lib/shippinglogic/fedex/ship.rb', line 108

def delivery_date
  @delivery_date
end

#labelObject

Returns the value of attribute label.



108
109
110
# File 'lib/shippinglogic/fedex/ship.rb', line 108

def label
  @label
end

#rateObject

Returns the value of attribute rate.



108
109
110
# File 'lib/shippinglogic/fedex/ship.rb', line 108

def rate
  @rate
end

#tracking_numberObject

Returns the value of attribute tracking_number.



108
109
110
# File 'lib/shippinglogic/fedex/ship.rb', line 108

def tracking_number
  @tracking_number
end