Class: FedexWebServices::Soap::Close::CloseDocumentFormat

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CloseDocumentFormat.



70
71
72
73
74
75
76
77
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 70

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.



63
64
65
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 63

def dispositions
  @dispositions
end

#imageTypeObject

Returns the value of attribute imageType.



65
66
67
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 65

def imageType
  @imageType
end

#localizationObject

Returns the value of attribute localization.



68
69
70
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 68

def localization
  @localization
end

#provideInstructionsObject

Returns the value of attribute provideInstructions.



67
68
69
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 67

def provideInstructions
  @provideInstructions
end

#stockTypeObject

Returns the value of attribute stockType.



66
67
68
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 66

def stockType
  @stockType
end

#topOfPageOffsetObject

Returns the value of attribute topOfPageOffset.



64
65
66
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 64

def topOfPageOffset
  @topOfPageOffset
end