Class: FedexWebServices::Soap::Rate::ShippingDocumentFormat

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

Overview

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

dispositions - FedexWebServices::Soap::Rate::ShippingDocumentDispositionDetail
topOfPageOffset - FedexWebServices::Soap::Rate::LinearMeasure
imageType - FedexWebServices::Soap::Rate::ShippingDocumentImageType
stockType - FedexWebServices::Soap::Rate::ShippingDocumentStockType
provideInstructions - SOAP::SOAPBoolean
localization - FedexWebServices::Soap::Rate::Localization

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dispositions = [], topOfPageOffset = nil, imageType = nil, stockType = nil, provideInstructions = nil, localization = nil) ⇒ ShippingDocumentFormat

Returns a new instance of ShippingDocumentFormat.



2796
2797
2798
2799
2800
2801
2802
2803
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2796

def initialize(dispositions = [], topOfPageOffset = nil, imageType = nil, stockType = nil, provideInstructions = nil, localization = nil)
  @dispositions = dispositions
  @topOfPageOffset = topOfPageOffset
  @imageType = imageType
  @stockType = stockType
  @provideInstructions = provideInstructions
  @localization = localization
end

Instance Attribute Details

#dispositionsObject

Returns the value of attribute dispositions.



2789
2790
2791
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2789

def dispositions
  @dispositions
end

#imageTypeObject

Returns the value of attribute imageType.



2791
2792
2793
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2791

def imageType
  @imageType
end

#localizationObject

Returns the value of attribute localization.



2794
2795
2796
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2794

def localization
  @localization
end

#provideInstructionsObject

Returns the value of attribute provideInstructions.



2793
2794
2795
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2793

def provideInstructions
  @provideInstructions
end

#stockTypeObject

Returns the value of attribute stockType.



2792
2793
2794
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2792

def stockType
  @stockType
end

#topOfPageOffsetObject

Returns the value of attribute topOfPageOffset.



2790
2791
2792
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2790

def topOfPageOffset
  @topOfPageOffset
end