Class: PurolatorWebServices::Soap::UpdateOrderInfo
- Inherits:
-
Object
- Object
- PurolatorWebServices::Soap::UpdateOrderInfo
- Defined in:
- lib/purolator_web_services/soap/default.rb
Overview
/UpdateOrderInfo
orderNumber - SOAP::SOAPString
updateType - SOAP::SOAPString
updateValue - SOAP::SOAPString
Instance Attribute Summary collapse
-
#orderNumber ⇒ Object
Returns the value of attribute orderNumber.
-
#updateType ⇒ Object
Returns the value of attribute updateType.
-
#updateValue ⇒ Object
Returns the value of attribute updateValue.
Instance Method Summary collapse
-
#initialize(orderNumber = nil, updateType = nil, updateValue = nil) ⇒ UpdateOrderInfo
constructor
A new instance of UpdateOrderInfo.
Constructor Details
#initialize(orderNumber = nil, updateType = nil, updateValue = nil) ⇒ UpdateOrderInfo
Returns a new instance of UpdateOrderInfo.
913 914 915 916 917 |
# File 'lib/purolator_web_services/soap/default.rb', line 913 def initialize(orderNumber = nil, updateType = nil, updateValue = nil) @orderNumber = orderNumber @updateType = updateType @updateValue = updateValue end |
Instance Attribute Details
#orderNumber ⇒ Object
Returns the value of attribute orderNumber.
909 910 911 |
# File 'lib/purolator_web_services/soap/default.rb', line 909 def orderNumber @orderNumber end |
#updateType ⇒ Object
Returns the value of attribute updateType.
910 911 912 |
# File 'lib/purolator_web_services/soap/default.rb', line 910 def updateType @updateType end |
#updateValue ⇒ Object
Returns the value of attribute updateValue.
911 912 913 |
# File 'lib/purolator_web_services/soap/default.rb', line 911 def updateValue @updateValue end |