Class: FedexWebServices::Soap::Rate::CustomDocumentDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::CustomDocumentDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13CustomDocumentDetail
format - FedexWebServices::Soap::Rate::ShippingDocumentFormat
labelPrintingOrientation - FedexWebServices::Soap::Rate::LabelPrintingOrientationType
labelRotation - FedexWebServices::Soap::Rate::LabelRotationType
specificationId - SOAP::SOAPString
Instance Attribute Summary collapse
-
#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) ⇒ CustomDocumentDetail
constructor
A new instance of CustomDocumentDetail.
Constructor Details
#initialize(format = nil, labelPrintingOrientation = nil, labelRotation = nil, specificationId = nil) ⇒ CustomDocumentDetail
Returns a new instance of CustomDocumentDetail.
468 469 470 471 472 473 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 468 def initialize(format = nil, labelPrintingOrientation = nil, labelRotation = nil, specificationId = nil) @format = format @labelPrintingOrientation = labelPrintingOrientation @labelRotation = labelRotation @specificationId = specificationId end |
Instance Attribute Details
#format ⇒ Object
Returns the value of attribute format.
463 464 465 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 463 def format @format end |
#labelPrintingOrientation ⇒ Object
Returns the value of attribute labelPrintingOrientation.
464 465 466 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 464 def labelPrintingOrientation @labelPrintingOrientation end |
#labelRotation ⇒ Object
Returns the value of attribute labelRotation.
465 466 467 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 465 def labelRotation @labelRotation end |
#specificationId ⇒ Object
Returns the value of attribute specificationId.
466 467 468 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 466 def specificationId @specificationId end |