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.



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

#isInRelationshipObject

Returns the value of attribute isInRelationship.



303
304
305
# File 'lib/channel_advisor/inventory_service/types.rb', line 303

def isInRelationship
  @isInRelationship
end

#isParentObject

Returns the value of attribute isParent.



305
306
307
# File 'lib/channel_advisor/inventory_service/types.rb', line 305

def isParent
  @isParent
end

#parentSkuObject

Returns the value of attribute parentSku.



306
307
308
# File 'lib/channel_advisor/inventory_service/types.rb', line 306

def parentSku
  @parentSku
end

#relationshipNameObject

Returns the value of attribute relationshipName.



304
305
306
# File 'lib/channel_advisor/inventory_service/types.rb', line 304

def relationshipName
  @relationshipName
end