Class: FedexWebServices::Soap::Ship::FreightAddressLabelDetail

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

Overview

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

format - FedexWebServices::Soap::Ship::ShippingDocumentFormat
copies - SOAP::SOAPNonNegativeInteger
startingPosition - FedexWebServices::Soap::Ship::PageQuadrantType
docTabContent - FedexWebServices::Soap::Ship::DocTabContent

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(format = nil, copies = nil, startingPosition = nil, docTabContent = nil) ⇒ FreightAddressLabelDetail

Returns a new instance of FreightAddressLabelDetail.



1467
1468
1469
1470
1471
1472
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1467

def initialize(format = nil, copies = nil, startingPosition = nil, docTabContent = nil)
  @format = format
  @copies = copies
  @startingPosition = startingPosition
  @docTabContent = docTabContent
end

Instance Attribute Details

#copiesObject

Returns the value of attribute copies.



1463
1464
1465
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1463

def copies
  @copies
end

#docTabContentObject

Returns the value of attribute docTabContent.



1465
1466
1467
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1465

def docTabContent
  @docTabContent
end

#formatObject

Returns the value of attribute format.



1462
1463
1464
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1462

def format
  @format
end

#startingPositionObject

Returns the value of attribute startingPosition.



1464
1465
1466
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1464

def startingPosition
  @startingPosition
end