Class: FedexWebServices::Soap::Ship::ShippingDocumentPrintDetail

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

Overview

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

printerId - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(printerId = nil) ⇒ ShippingDocumentPrintDetail

Returns a new instance of ShippingDocumentPrintDetail.



3289
3290
3291
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3289

def initialize(printerId = nil)
  @printerId = printerId
end

Instance Attribute Details

#printerIdObject

Returns the value of attribute printerId.



3287
3288
3289
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3287

def printerId
  @printerId
end