Class: ChannelAdvisor::InventoryServiceSOAP::ClassificationAttributeInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/inventory_service/types.rb

Overview

/ClassificationAttributeInfo

name - SOAP::SOAPString
value - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, value = nil) ⇒ ClassificationAttributeInfo

Returns a new instance of ClassificationAttributeInfo.



291
292
293
294
# File 'lib/channel_advisor/inventory_service/types.rb', line 291

def initialize(name = nil, value = nil)
  @name = name
  @value = value
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



288
289
290
# File 'lib/channel_advisor/inventory_service/types.rb', line 288

def name
  @name
end

#valueObject

Returns the value of attribute value.



289
290
291
# File 'lib/channel_advisor/inventory_service/types.rb', line 289

def value
  @value
end