Class: ChannelAdvisor::InventoryServiceSOAP::ImageInfoResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/inventory_service/types.rb

Overview

/ImageInfoResponse

placementName - SOAP::SOAPString
folderName - SOAP::SOAPString
url - SOAP::SOAPString
imageThumbList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfImageThumbInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(placementName = nil, folderName = nil, url = nil, imageThumbList = nil) ⇒ ImageInfoResponse

Returns a new instance of ImageInfoResponse.



350
351
352
353
354
355
# File 'lib/channel_advisor/inventory_service/types.rb', line 350

def initialize(placementName = nil, folderName = nil, url = nil, imageThumbList = nil)
  @placementName = placementName
  @folderName = folderName
  @url = url
  @imageThumbList = imageThumbList
end

Instance Attribute Details

#folderNameObject

Returns the value of attribute folderName.



346
347
348
# File 'lib/channel_advisor/inventory_service/types.rb', line 346

def folderName
  @folderName
end

#imageThumbListObject

Returns the value of attribute imageThumbList.



348
349
350
# File 'lib/channel_advisor/inventory_service/types.rb', line 348

def imageThumbList
  @imageThumbList
end

#placementNameObject

Returns the value of attribute placementName.



345
346
347
# File 'lib/channel_advisor/inventory_service/types.rb', line 345

def placementName
  @placementName
end

#urlObject

Returns the value of attribute url.



347
348
349
# File 'lib/channel_advisor/inventory_service/types.rb', line 347

def url
  @url
end