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.
308 309 310 311 312 313 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 308 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.
303 304 305 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 303 def isInRelationship @isInRelationship end |
#isParent ⇒ Object
Returns the value of attribute isParent.
305 306 307 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 305 def isParent @isParent end |
#parentSku ⇒ Object
Returns the value of attribute parentSku.
306 307 308 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 306 def parentSku @parentSku end |
#relationshipName ⇒ Object
Returns the value of attribute relationshipName.
304 305 306 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 304 def relationshipName @relationshipName end |