Class: FedexWebServices::Soap::Ship::SmartPostShipmentDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12SmartPostShipmentDetail

indicia - FedexWebServices::Soap::Ship::SmartPostIndiciaType
ancillaryEndorsement - FedexWebServices::Soap::Ship::SmartPostAncillaryEndorsementType
hubId - SOAP::SOAPString
customerManifestId - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(indicia = nil, ancillaryEndorsement = nil, hubId = nil, customerManifestId = nil) ⇒ SmartPostShipmentDetail

Returns a new instance of SmartPostShipmentDetail.



3358
3359
3360
3361
3362
3363
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3358

def initialize(indicia = nil, ancillaryEndorsement = nil, hubId = nil, customerManifestId = nil)
  @indicia = indicia
  @ancillaryEndorsement = ancillaryEndorsement
  @hubId = hubId
  @customerManifestId = customerManifestId
end

Instance Attribute Details

#ancillaryEndorsementObject

Returns the value of attribute ancillaryEndorsement.



3354
3355
3356
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3354

def ancillaryEndorsement
  @ancillaryEndorsement
end

#customerManifestIdObject

Returns the value of attribute customerManifestId.



3356
3357
3358
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3356

def customerManifestId
  @customerManifestId
end

#hubIdObject

Returns the value of attribute hubId.



3355
3356
3357
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3355

def hubId
  @hubId
end

#indiciaObject

Returns the value of attribute indicia.



3353
3354
3355
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3353

def indicia
  @indicia
end