Class: ChannelAdvisor::InventoryServiceSOAP::ImageThumbInfo

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

Overview

/ImageThumbInfo

typeName - SOAP::SOAPString
url - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(typeName = nil, url = nil) ⇒ ImageThumbInfo

Returns a new instance of ImageThumbInfo.



393
394
395
396
# File 'lib/channel_advisor/inventory_service/types.rb', line 393

def initialize(typeName = nil, url = nil)
  @typeName = typeName
  @url = url
end

Instance Attribute Details

#typeNameObject

Returns the value of attribute typeName.



390
391
392
# File 'lib/channel_advisor/inventory_service/types.rb', line 390

def typeName
  @typeName
end

#urlObject

Returns the value of attribute url.



391
392
393
# File 'lib/channel_advisor/inventory_service/types.rb', line 391

def url
  @url
end