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.



374
375
376
377
378
379
# File 'lib/channel_advisor/inventory_service/types.rb', line 374

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.



370
371
372
# File 'lib/channel_advisor/inventory_service/types.rb', line 370

def folderName
  @folderName
end

#imageThumbListObject

Returns the value of attribute imageThumbList.



372
373
374
# File 'lib/channel_advisor/inventory_service/types.rb', line 372

def imageThumbList
  @imageThumbList
end

#placementNameObject

Returns the value of attribute placementName.



369
370
371
# File 'lib/channel_advisor/inventory_service/types.rb', line 369

def placementName
  @placementName
end

#urlObject

Returns the value of attribute url.



371
372
373
# File 'lib/channel_advisor/inventory_service/types.rb', line 371

def url
  @url
end