Class: EBay::StoreThemeType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreThemeType

themeID - SOAP::SOAPInt
name - SOAP::SOAPString
colorScheme - EBay::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.



33938
33939
33940
33941
33942
33943
# File 'lib/eBay.rb', line 33938

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.



33932
33933
33934
# File 'lib/eBay.rb', line 33932

def __xmlele_any
  @__xmlele_any
end

#colorSchemeObject

Returns the value of attribute colorScheme.



33931
33932
33933
# File 'lib/eBay.rb', line 33931

def colorScheme
  @colorScheme
end

#nameObject

Returns the value of attribute name.



33930
33931
33932
# File 'lib/eBay.rb', line 33930

def name
  @name
end

#themeIDObject

Returns the value of attribute themeID.



33929
33930
33931
# File 'lib/eBay.rb', line 33929

def themeID
  @themeID
end

Instance Method Details

#set_any(elements) ⇒ Object



33934
33935
33936
# File 'lib/eBay.rb', line 33934

def set_any(elements)
  @__xmlele_any = elements
end