Class: StoreThemeArrayType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreThemeArrayType

Constant Summary collapse

@@schema_type =
"StoreThemeArrayType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["theme", ["StoreThemeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Theme")]],
  ["genericColorSchemeArray", ["StoreColorSchemeArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "GenericColorSchemeArray")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of StoreThemeArrayType.



23318
23319
23320
23321
23322
# File 'lib/eBay.rb', line 23318

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.



23312
23313
23314
# File 'lib/eBay.rb', line 23312

def __xmlele_any
  @__xmlele_any
end

#genericColorSchemeArrayObject

Returns the value of attribute genericColorSchemeArray.



23311
23312
23313
# File 'lib/eBay.rb', line 23311

def genericColorSchemeArray
  @genericColorSchemeArray
end

#themeObject

Returns the value of attribute theme.



23310
23311
23312
# File 'lib/eBay.rb', line 23310

def theme
  @theme
end

Instance Method Details

#set_any(elements) ⇒ Object



23314
23315
23316
# File 'lib/eBay.rb', line 23314

def set_any(elements)
  @__xmlele_any = elements
end