Class: ChannelAdvisor::OrderServiceSOAP::CustomValue
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::CustomValue
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
http://api.channeladvisor.com/datacontracts/ordersCustomValue
iD - SOAP::SOAPInt
value - SOAP::SOAPString
Instance Attribute Summary collapse
-
#iD ⇒ Object
Returns the value of attribute iD.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(iD = nil, value = nil) ⇒ CustomValue
constructor
A new instance of CustomValue.
Constructor Details
#initialize(iD = nil, value = nil) ⇒ CustomValue
Returns a new instance of CustomValue.
1433 1434 1435 1436 |
# File 'lib/channel_advisor/order_service/types.rb', line 1433 def initialize(iD = nil, value = nil) @iD = iD @value = value end |
Instance Attribute Details
#iD ⇒ Object
Returns the value of attribute iD.
1430 1431 1432 |
# File 'lib/channel_advisor/order_service/types.rb', line 1430 def iD @iD end |
#value ⇒ Object
Returns the value of attribute value.
1431 1432 1433 |
# File 'lib/channel_advisor/order_service/types.rb', line 1431 def value @value end |