Class: EBay::StoreThemeArrayType
- Inherits:
-
Object
- Object
- EBay::StoreThemeArrayType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsStoreThemeArrayType
theme - EBay::StoreThemeType
genericColorSchemeArray - EBay::StoreColorSchemeArrayType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#genericColorSchemeArray ⇒ Object
Returns the value of attribute genericColorSchemeArray.
-
#theme ⇒ Object
Returns the value of attribute theme.
Instance Method Summary collapse
-
#initialize(theme = [], genericColorSchemeArray = nil) ⇒ StoreThemeArrayType
constructor
A new instance of StoreThemeArrayType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
33911 33912 33913 |
# File 'lib/eBay.rb', line 33911 def __xmlele_any @__xmlele_any end |
#genericColorSchemeArray ⇒ Object
Returns the value of attribute genericColorSchemeArray.
33910 33911 33912 |
# File 'lib/eBay.rb', line 33910 def genericColorSchemeArray @genericColorSchemeArray end |
#theme ⇒ Object
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 |