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.



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

#iDObject

Returns the value of attribute iD.



1430
1431
1432
# File 'lib/channel_advisor/order_service/types.rb', line 1430

def iD
  @iD
end

#valueObject

Returns the value of attribute value.



1431
1432
1433
# File 'lib/channel_advisor/order_service/types.rb', line 1431

def value
  @value
end