Class: EBay::StoreThemeArrayType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreThemeArrayType

theme - EBay::StoreThemeType
genericColorSchemeArray - EBay::StoreColorSchemeArrayType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(theme = [], genericColorSchemeArray = nil) ⇒ StoreThemeArrayType

Returns a new instance of StoreThemeArrayType.



33917
33918
33919
33920
33921
# File 'lib/eBay.rb', line 33917

def initialize(theme = [], genericColorSchemeArray = nil)
  @theme = theme
  @genericColorSchemeArray = genericColorSchemeArray
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



33911
33912
33913
# File 'lib/eBay.rb', line 33911

def __xmlele_any
  @__xmlele_any
end

#genericColorSchemeArrayObject

Returns the value of attribute genericColorSchemeArray.



33910
33911
33912
# File 'lib/eBay.rb', line 33910

def genericColorSchemeArray
  @genericColorSchemeArray
end

#themeObject

Returns the value of attribute theme.



33909
33910
33911
# File 'lib/eBay.rb', line 33909

def theme
  @theme
end

Instance Method Details

#set_any(elements) ⇒ Object



33913
33914
33915
# File 'lib/eBay.rb', line 33913

def set_any(elements)
  @__xmlele_any = elements
end