Class: ChannelAdvisor::InventoryServiceSOAP::VariationInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#isInRelationshipObject

Returns the value of attribute isInRelationship.



327
328
329
# File 'lib/channel_advisor/inventory_service/types.rb', line 327

def isInRelationship
  @isInRelationship
end

#isParentObject

Returns the value of attribute isParent.



329
330
331
# File 'lib/channel_advisor/inventory_service/types.rb', line 329

def isParent
  @isParent
end

#parentSkuObject

Returns the value of attribute parentSku.



330
331
332
# File 'lib/channel_advisor/inventory_service/types.rb', line 330

def parentSku
  @parentSku
end

#relationshipNameObject

Returns the value of attribute relationshipName.



328
329
330
# File 'lib/channel_advisor/inventory_service/types.rb', line 328

def relationshipName
  @relationshipName
end