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.
1137 1138 1139 1140 |
# File 'lib/channel_advisor/order_service/types.rb', line 1137 def initialize(iD = nil, value = nil) @iD = iD @value = value end |
Instance Attribute Details
#iD ⇒ Object
Returns the value of attribute iD.
1134 1135 1136 |
# File 'lib/channel_advisor/order_service/types.rb', line 1134 def iD @iD end |
#value ⇒ Object
Returns the value of attribute value.
1135 1136 1137 |
# File 'lib/channel_advisor/order_service/types.rb', line 1135 def value @value end |