Class: PurolatorWebServices::Soap::CloseoutDocument

Inherits:
Object
  • Object
show all
Defined in:
lib/purolator_web_services/soap/default.rb

Overview

/CloseoutDocument

documentType - SOAP::SOAPInt
data - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(documentType = nil, data = nil) ⇒ CloseoutDocument

Returns a new instance of CloseoutDocument.



1105
1106
1107
1108
# File 'lib/purolator_web_services/soap/default.rb', line 1105

def initialize(documentType = nil, data = nil)
  @documentType = documentType
  @data = data
end

Instance Attribute Details

#dataObject

Returns the value of attribute data.



1103
1104
1105
# File 'lib/purolator_web_services/soap/default.rb', line 1103

def data
  @data
end

#documentTypeObject

Returns the value of attribute documentType.



1102
1103
1104
# File 'lib/purolator_web_services/soap/default.rb', line 1102

def documentType
  @documentType
end