Class: FedexWebServices::Soap::Ship::SmartPostShipmentDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::SmartPostShipmentDetail
- 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
-
#ancillaryEndorsement ⇒ Object
Returns the value of attribute ancillaryEndorsement.
-
#customerManifestId ⇒ Object
Returns the value of attribute customerManifestId.
-
#hubId ⇒ Object
Returns the value of attribute hubId.
-
#indicia ⇒ Object
Returns the value of attribute indicia.
Instance Method Summary collapse
-
#initialize(indicia = nil, ancillaryEndorsement = nil, hubId = nil, customerManifestId = nil) ⇒ SmartPostShipmentDetail
constructor
A new instance of SmartPostShipmentDetail.
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
#ancillaryEndorsement ⇒ Object
Returns the value of attribute ancillaryEndorsement.
3354 3355 3356 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3354 def ancillaryEndorsement @ancillaryEndorsement end |
#customerManifestId ⇒ Object
Returns the value of attribute customerManifestId.
3356 3357 3358 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3356 def customerManifestId @customerManifestId end |
#hubId ⇒ Object
Returns the value of attribute hubId.
3355 3356 3357 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3355 def hubId @hubId end |
#indicia ⇒ Object
Returns the value of attribute indicia.
3353 3354 3355 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3353 def indicia @indicia end |