Class: ChannelAdvisor::InventoryServiceSOAP::ImageInfoSubmit
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::ImageInfoSubmit
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/ImageInfoSubmit
placementName - SOAP::SOAPString
folderName - SOAP::SOAPString
filenameOrUrl - SOAP::SOAPString
Instance Attribute Summary collapse
-
#filenameOrUrl ⇒ Object
Returns the value of attribute filenameOrUrl.
-
#folderName ⇒ Object
Returns the value of attribute folderName.
-
#placementName ⇒ Object
Returns the value of attribute placementName.
Instance Method Summary collapse
-
#initialize(placementName = nil, folderName = nil, filenameOrUrl = nil) ⇒ ImageInfoSubmit
constructor
A new instance of ImageInfoSubmit.
Constructor Details
#initialize(placementName = nil, folderName = nil, filenameOrUrl = nil) ⇒ ImageInfoSubmit
Returns a new instance of ImageInfoSubmit.
824 825 826 827 828 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 824 def initialize(placementName = nil, folderName = nil, filenameOrUrl = nil) @placementName = placementName @folderName = folderName @filenameOrUrl = filenameOrUrl end |
Instance Attribute Details
#filenameOrUrl ⇒ Object
Returns the value of attribute filenameOrUrl.
822 823 824 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 822 def filenameOrUrl @filenameOrUrl end |
#folderName ⇒ Object
Returns the value of attribute folderName.
821 822 823 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 821 def folderName @folderName end |
#placementName ⇒ Object
Returns the value of attribute placementName.
820 821 822 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 820 def placementName @placementName end |