Class: FedexWebServices::Soap::Ship::CustomDocumentDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::CustomDocumentDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12CustomDocumentDetail
format - FedexWebServices::Soap::Ship::ShippingDocumentFormat
labelPrintingOrientation - FedexWebServices::Soap::Ship::LabelPrintingOrientationType
labelRotation - FedexWebServices::Soap::Ship::LabelRotationType
specificationId - SOAP::SOAPString
customDocumentIdentifier - SOAP::SOAPString
docTabContent - FedexWebServices::Soap::Ship::DocTabContent
Instance Attribute Summary collapse
-
#customDocumentIdentifier ⇒ Object
Returns the value of attribute customDocumentIdentifier.
-
#docTabContent ⇒ Object
Returns the value of attribute docTabContent.
-
#format ⇒ Object
Returns the value of attribute format.
-
#labelPrintingOrientation ⇒ Object
Returns the value of attribute labelPrintingOrientation.
-
#labelRotation ⇒ Object
Returns the value of attribute labelRotation.
-
#specificationId ⇒ Object
Returns the value of attribute specificationId.
Instance Method Summary collapse
-
#initialize(format = nil, labelPrintingOrientation = nil, labelRotation = nil, specificationId = nil, customDocumentIdentifier = nil, docTabContent = nil) ⇒ CustomDocumentDetail
constructor
A new instance of CustomDocumentDetail.
Constructor Details
#initialize(format = nil, labelPrintingOrientation = nil, labelRotation = nil, specificationId = nil, customDocumentIdentifier = nil, docTabContent = nil) ⇒ CustomDocumentDetail
Returns a new instance of CustomDocumentDetail.
785 786 787 788 789 790 791 792 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 785 def initialize(format = nil, labelPrintingOrientation = nil, labelRotation = nil, specificationId = nil, customDocumentIdentifier = nil, docTabContent = nil) @format = format @labelPrintingOrientation = labelPrintingOrientation @labelRotation = labelRotation @specificationId = specificationId @customDocumentIdentifier = customDocumentIdentifier @docTabContent = docTabContent end |
Instance Attribute Details
#customDocumentIdentifier ⇒ Object
Returns the value of attribute customDocumentIdentifier.
782 783 784 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 782 def customDocumentIdentifier @customDocumentIdentifier end |
#docTabContent ⇒ Object
Returns the value of attribute docTabContent.
783 784 785 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 783 def docTabContent @docTabContent end |
#format ⇒ Object
Returns the value of attribute format.
778 779 780 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 778 def format @format end |
#labelPrintingOrientation ⇒ Object
Returns the value of attribute labelPrintingOrientation.
779 780 781 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 779 def labelPrintingOrientation @labelPrintingOrientation end |
#labelRotation ⇒ Object
Returns the value of attribute labelRotation.
780 781 782 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 780 def labelRotation @labelRotation end |
#specificationId ⇒ Object
Returns the value of attribute specificationId.
781 782 783 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 781 def specificationId @specificationId end |