Class: ChannelAdvisor::InventoryServiceSOAP::ImageThumbInfo
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::ImageThumbInfo
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/ImageThumbInfo
typeName - SOAP::SOAPString
url - SOAP::SOAPString
Instance Attribute Summary collapse
-
#typeName ⇒ Object
Returns the value of attribute typeName.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(typeName = nil, url = nil) ⇒ ImageThumbInfo
constructor
A new instance of ImageThumbInfo.
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
#typeName ⇒ Object
Returns the value of attribute typeName.
390 391 392 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 390 def typeName @typeName end |
#url ⇒ Object
Returns the value of attribute url.
391 392 393 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 391 def url @url end |