Class: FedexWebServices::Soap::Rate::ShippingDocumentPrintDetail

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

Overview

http://fedex.com/ws/rate/v13ShippingDocumentPrintDetail

printerId - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(printerId = nil) ⇒ ShippingDocumentPrintDetail

Returns a new instance of ShippingDocumentPrintDetail.



2811
2812
2813
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2811

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

Instance Attribute Details

#printerIdObject

Returns the value of attribute printerId.



2809
2810
2811
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2809

def printerId
  @printerId
end