Class: StoreThemeType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsStoreThemeType

themeID - SOAP::SOAPInt
name - SOAP::SOAPString
colorScheme - StoreColorSchemeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(themeID = nil, name = nil, colorScheme = nil) ⇒ StoreThemeType

Returns a new instance of StoreThemeType.



24833
24834
24835
24836
24837
24838
# File 'lib/eBay.rb', line 24833

def initialize(themeID = nil, name = nil, colorScheme = nil)
  @themeID = themeID
  @name = name
  @colorScheme = colorScheme
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



24827
24828
24829
# File 'lib/eBay.rb', line 24827

def __xmlele_any
  @__xmlele_any
end

#colorSchemeObject

Returns the value of attribute colorScheme.



24826
24827
24828
# File 'lib/eBay.rb', line 24826

def colorScheme
  @colorScheme
end

#nameObject

Returns the value of attribute name.



24825
24826
24827
# File 'lib/eBay.rb', line 24825

def name
  @name
end

#themeIDObject

Returns the value of attribute themeID.



24824
24825
24826
# File 'lib/eBay.rb', line 24824

def themeID
  @themeID
end

Instance Method Details

#set_any(elements) ⇒ Object



24829
24830
24831
# File 'lib/eBay.rb', line 24829

def set_any(elements)
  @__xmlele_any = elements
end