Class: ChannelAdvisor::InventoryServiceSOAP::ClassificationAttributeInfo
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::ClassificationAttributeInfo
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/ClassificationAttributeInfo
name - SOAP::SOAPString
value - SOAP::SOAPString
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(name = nil, value = nil) ⇒ ClassificationAttributeInfo
constructor
A new instance of ClassificationAttributeInfo.
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
#name ⇒ Object
Returns the value of attribute name.
288 289 290 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 288 def name @name end |
#value ⇒ Object
Returns the value of attribute value.
289 290 291 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 289 def value @value end |