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.



20657
20658
20659
20660
20661
# File 'lib/eBay.rb', line 20657

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.



20651
20652
20653
# File 'lib/eBay.rb', line 20651

def __xmlele_any
  @__xmlele_any
end

#genericColorSchemeArrayObject

Returns the value of attribute genericColorSchemeArray.



20650
20651
20652
# File 'lib/eBay.rb', line 20650

def genericColorSchemeArray
  @genericColorSchemeArray
end

#themeObject

Returns the value of attribute theme.



20649
20650
20651
# File 'lib/eBay.rb', line 20649

def theme
  @theme
end

Instance Method Details

#set_any(elements) ⇒ Object



20653
20654
20655
# File 'lib/eBay.rb', line 20653

def set_any(elements)
  @__xmlele_any = elements
end