Class: ChannelAdvisor::InventoryServiceSOAP::ImageInfoResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::ImageInfoResponse
- 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
-
#folderName ⇒ Object
Returns the value of attribute folderName.
-
#imageThumbList ⇒ Object
Returns the value of attribute imageThumbList.
-
#placementName ⇒ Object
Returns the value of attribute placementName.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(placementName = nil, folderName = nil, url = nil, imageThumbList = nil) ⇒ ImageInfoResponse
constructor
A new instance of ImageInfoResponse.
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
#folderName ⇒ Object
Returns the value of attribute folderName.
370 371 372 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 370 def folderName @folderName end |
#imageThumbList ⇒ Object
Returns the value of attribute imageThumbList.
372 373 374 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 372 def imageThumbList @imageThumbList end |
#placementName ⇒ Object
Returns the value of attribute placementName.
369 370 371 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 369 def placementName @placementName end |
#url ⇒ Object
Returns the value of attribute url.
371 372 373 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 371 def url @url end |