Class: ChannelAdvisor::OrderServiceSOAP::CustomValue

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#iDObject

Returns the value of attribute iD.



1134
1135
1136
# File 'lib/channel_advisor/order_service/types.rb', line 1134

def iD
  @iD
end

#valueObject

Returns the value of attribute value.



1135
1136
1137
# File 'lib/channel_advisor/order_service/types.rb', line 1135

def value
  @value
end