Class: ChannelAdvisor::InventoryServiceSOAP::AttributeInfo
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::AttributeInfo
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/AttributeInfo
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) ⇒ AttributeInfo
constructor
A new instance of AttributeInfo.
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
#name ⇒ Object
Returns the value of attribute name.
312 313 314 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 312 def name @name end |
#value ⇒ Object
Returns the value of attribute value.
313 314 315 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 313 def value @value end |