Class: ChannelAdvisor::InventoryServiceSOAP::VariationInfo
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::VariationInfo
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/VariationInfo
isInRelationship - SOAP::SOAPBoolean
relationshipName - SOAP::SOAPString
isParent - SOAP::SOAPBoolean
parentSku - SOAP::SOAPString
Instance Attribute Summary collapse
-
#isInRelationship ⇒ Object
Returns the value of attribute isInRelationship.
-
#isParent ⇒ Object
Returns the value of attribute isParent.
-
#parentSku ⇒ Object
Returns the value of attribute parentSku.
-
#relationshipName ⇒ Object
Returns the value of attribute relationshipName.
Instance Method Summary collapse
-
#initialize(isInRelationship = nil, relationshipName = nil, isParent = nil, parentSku = nil) ⇒ VariationInfo
constructor
A new instance of VariationInfo.
Constructor Details
#initialize(isInRelationship = nil, relationshipName = nil, isParent = nil, parentSku = nil) ⇒ VariationInfo
Returns a new instance of VariationInfo.
332 333 334 335 336 337 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 332 def initialize(isInRelationship = nil, relationshipName = nil, isParent = nil, parentSku = nil) @isInRelationship = isInRelationship @relationshipName = relationshipName @isParent = isParent @parentSku = parentSku end |
Instance Attribute Details
#isInRelationship ⇒ Object
Returns the value of attribute isInRelationship.
327 328 329 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 327 def isInRelationship @isInRelationship end |
#isParent ⇒ Object
Returns the value of attribute isParent.
329 330 331 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 329 def isParent @isParent end |
#parentSku ⇒ Object
Returns the value of attribute parentSku.
330 331 332 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 330 def parentSku @parentSku end |
#relationshipName ⇒ Object
Returns the value of attribute relationshipName.
328 329 330 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 328 def relationshipName @relationshipName end |