Class: PurolatorWebServices::Soap::CloseoutDocument
- Inherits:
-
Object
- Object
- PurolatorWebServices::Soap::CloseoutDocument
- Defined in:
- lib/purolator_web_services/soap/default.rb
Overview
/CloseoutDocument
documentType - SOAP::SOAPInt
data - SOAP::SOAPString
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#documentType ⇒ Object
Returns the value of attribute documentType.
Instance Method Summary collapse
-
#initialize(documentType = nil, data = nil) ⇒ CloseoutDocument
constructor
A new instance of CloseoutDocument.
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
#data ⇒ Object
Returns the value of attribute data.
1103 1104 1105 |
# File 'lib/purolator_web_services/soap/default.rb', line 1103 def data @data end |
#documentType ⇒ Object
Returns the value of attribute documentType.
1102 1103 1104 |
# File 'lib/purolator_web_services/soap/default.rb', line 1102 def documentType @documentType end |