Class: FedexWebServices::Soap::Rate::SmartPostShipmentDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::SmartPostShipmentDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13SmartPostShipmentDetail
indicia - FedexWebServices::Soap::Rate::SmartPostIndiciaType
ancillaryEndorsement - FedexWebServices::Soap::Rate::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.
2877 2878 2879 2880 2881 2882 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2877 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.
2873 2874 2875 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2873 def ancillaryEndorsement @ancillaryEndorsement end |
#customerManifestId ⇒ Object
Returns the value of attribute customerManifestId.
2875 2876 2877 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2875 def customerManifestId @customerManifestId end |
#hubId ⇒ Object
Returns the value of attribute hubId.
2874 2875 2876 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2874 def hubId @hubId end |
#indicia ⇒ Object
Returns the value of attribute indicia.
2872 2873 2874 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2872 def indicia @indicia end |