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.
951 952 953 954 955 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 951 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.
949 950 951 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 949 def filenameOrUrl @filenameOrUrl end |
#folderName ⇒ Object
Returns the value of attribute folderName.
948 949 950 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 948 def folderName @folderName end |
#placementName ⇒ Object
Returns the value of attribute placementName.
947 948 949 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 947 def placementName @placementName end |