Class: FedexWebServices::Soap::Rate::SmartPostShipmentDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#ancillaryEndorsementObject

Returns the value of attribute ancillaryEndorsement.



2873
2874
2875
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2873

def ancillaryEndorsement
  @ancillaryEndorsement
end

#customerManifestIdObject

Returns the value of attribute customerManifestId.



2875
2876
2877
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2875

def customerManifestId
  @customerManifestId
end

#hubIdObject

Returns the value of attribute hubId.



2874
2875
2876
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2874

def hubId
  @hubId
end

#indiciaObject

Returns the value of attribute indicia.



2872
2873
2874
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2872

def indicia
  @indicia
end