Class: ChannelAdvisor::InventoryServiceSOAP::AttributeInfo

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

Overview

/AttributeInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AttributeInfo.



315
316
317
318
# File 'lib/channel_advisor/inventory_service/types.rb', line 315

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



312
313
314
# File 'lib/channel_advisor/inventory_service/types.rb', line 312

def name
  @name
end

#valueObject

Returns the value of attribute value.



313
314
315
# File 'lib/channel_advisor/inventory_service/types.rb', line 313

def value
  @value
end