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.



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

#filenameOrUrlObject

Returns the value of attribute filenameOrUrl.



949
950
951
# File 'lib/channel_advisor/inventory_service/types.rb', line 949

def filenameOrUrl
  @filenameOrUrl
end

#folderNameObject

Returns the value of attribute folderName.



948
949
950
# File 'lib/channel_advisor/inventory_service/types.rb', line 948

def folderName
  @folderName
end

#placementNameObject

Returns the value of attribute placementName.



947
948
949
# File 'lib/channel_advisor/inventory_service/types.rb', line 947

def placementName
  @placementName
end