Class: PurolatorWebServices::Soap::UpdateOrderInfo

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

Overview

/UpdateOrderInfo

orderNumber - SOAP::SOAPString
updateType - SOAP::SOAPString
updateValue - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#orderNumberObject

Returns the value of attribute orderNumber.



909
910
911
# File 'lib/purolator_web_services/soap/default.rb', line 909

def orderNumber
  @orderNumber
end

#updateTypeObject

Returns the value of attribute updateType.



910
911
912
# File 'lib/purolator_web_services/soap/default.rb', line 910

def updateType
  @updateType
end

#updateValueObject

Returns the value of attribute updateValue.



911
912
913
# File 'lib/purolator_web_services/soap/default.rb', line 911

def updateValue
  @updateValue
end