Class: ChannelAdvisor::InventoryServiceSOAP::AttributeInfo
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::AttributeInfo
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
http://api.channeladvisor.com/webservices/AttributeInfo
name - SOAP::SOAPString
value - SOAP::SOAPString
Instance Attribute Summary (collapse)
-
- (Object) name
Returns the value of attribute name.
-
- (Object) value
Returns the value of attribute value.
Instance Method Summary (collapse)
-
- (AttributeInfo) initialize(name = nil, value = nil)
constructor
A new instance of AttributeInfo.
Constructor Details
- (AttributeInfo) initialize(name = nil, value = nil)
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
- (Object) name
Returns the value of attribute name
312 313 314 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 312 def name @name end |
- (Object) value
Returns the value of attribute value
313 314 315 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 313 def value @value end |