Class: FedexWebServices::Soap::Close::ShippingDocumentPrintDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::ShippingDocumentPrintDetail
- Defined in:
- lib/fedex_web_services/soap/CloseServiceDefinitions.rb
Overview
http://fedex.com/ws/close/v4ShippingDocumentPrintDetail
printerId - SOAP::SOAPString
Instance Attribute Summary collapse
-
#printerId ⇒ Object
Returns the value of attribute printerId.
Instance Method Summary collapse
-
#initialize(printerId = nil) ⇒ ShippingDocumentPrintDetail
constructor
A new instance of ShippingDocumentPrintDetail.
Constructor Details
#initialize(printerId = nil) ⇒ ShippingDocumentPrintDetail
Returns a new instance of ShippingDocumentPrintDetail.
600 601 602 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 600 def initialize(printerId = nil) @printerId = printerId end |
Instance Attribute Details
#printerId ⇒ Object
Returns the value of attribute printerId.
598 599 600 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 598 def printerId @printerId end |