Class: FedexWebServices::Soap::Ship::FreightAddressLabelDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::FreightAddressLabelDetail
- 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
-
#copies ⇒ Object
Returns the value of attribute copies.
-
#docTabContent ⇒ Object
Returns the value of attribute docTabContent.
-
#format ⇒ Object
Returns the value of attribute format.
-
#startingPosition ⇒ Object
Returns the value of attribute startingPosition.
Instance Method Summary collapse
-
#initialize(format = nil, copies = nil, startingPosition = nil, docTabContent = nil) ⇒ FreightAddressLabelDetail
constructor
A new instance of FreightAddressLabelDetail.
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
#copies ⇒ Object
Returns the value of attribute copies.
1463 1464 1465 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1463 def copies @copies end |
#docTabContent ⇒ Object
Returns the value of attribute docTabContent.
1465 1466 1467 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1465 def docTabContent @docTabContent end |
#format ⇒ Object
Returns the value of attribute format.
1462 1463 1464 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1462 def format @format end |
#startingPosition ⇒ Object
Returns the value of attribute startingPosition.
1464 1465 1466 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1464 def startingPosition @startingPosition end |