Class: FedexWebServices::Soap::Rate::CustomDocumentDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#formatObject

Returns the value of attribute format.



463
464
465
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 463

def format
  @format
end

#labelPrintingOrientationObject

Returns the value of attribute labelPrintingOrientation.



464
465
466
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 464

def labelPrintingOrientation
  @labelPrintingOrientation
end

#labelRotationObject

Returns the value of attribute labelRotation.



465
466
467
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 465

def labelRotation
  @labelRotation
end

#specificationIdObject

Returns the value of attribute specificationId.



466
467
468
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 466

def specificationId
  @specificationId
end