Class: FedexWebServices::Soap::Ship::ShippingDocumentPart

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

Overview

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

documentPartSequenceNumber - SOAP::SOAPPositiveInteger
image - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(documentPartSequenceNumber = nil, image = nil) ⇒ ShippingDocumentPart

Returns a new instance of ShippingDocumentPart.



3278
3279
3280
3281
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3278

def initialize(documentPartSequenceNumber = nil, image = nil)
  @documentPartSequenceNumber = documentPartSequenceNumber
  @image = image
end

Instance Attribute Details

#documentPartSequenceNumberObject

Returns the value of attribute documentPartSequenceNumber.



3275
3276
3277
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3275

def documentPartSequenceNumber
  @documentPartSequenceNumber
end

#imageObject

Returns the value of attribute image.



3276
3277
3278
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3276

def image
  @image
end