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.
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
#folderName ⇒ Object
Returns the value of attribute folderName.
346 347 348 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 346 def folderName @folderName end |
#imageThumbList ⇒ Object
Returns the value of attribute imageThumbList.
348 349 350 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 348 def imageThumbList @imageThumbList end |
#placementName ⇒ Object
Returns the value of attribute placementName.
345 346 347 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 345 def placementName @placementName end |
#url ⇒ Object
Returns the value of attribute url.
347 348 349 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 347 def url @url end |