Class: ChannelAdvisor::InventoryServiceSOAP::ImageInfoSubmit

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/inventory_service/types.rb

Overview

/ImageInfoSubmit

placementName - SOAP::SOAPString
folderName - SOAP::SOAPString
filenameOrUrl - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#filenameOrUrlObject

Returns the value of attribute filenameOrUrl.



822
823
824
# File 'lib/channel_advisor/inventory_service/types.rb', line 822

def filenameOrUrl
  @filenameOrUrl
end

#folderNameObject

Returns the value of attribute folderName.



821
822
823
# File 'lib/channel_advisor/inventory_service/types.rb', line 821

def folderName
  @folderName
end

#placementNameObject

Returns the value of attribute placementName.



820
821
822
# File 'lib/channel_advisor/inventory_service/types.rb', line 820

def placementName
  @placementName
end