Class: FedexWebServices::Soap::Close::ShippingDocumentPart

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

Overview

http://fedex.com/ws/close/v4ShippingDocumentPart

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.



589
590
591
592
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 589

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

Instance Attribute Details

#documentPartSequenceNumberObject

Returns the value of attribute documentPartSequenceNumber.



586
587
588
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 586

def documentPartSequenceNumber
  @documentPartSequenceNumber
end

#imageObject

Returns the value of attribute image.



587
588
589
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 587

def image
  @image
end