Class: EBay::StoreThemeType
- Inherits:
-
Object
- Object
- EBay::StoreThemeType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsStoreThemeType
themeID - SOAP::SOAPInt
name - SOAP::SOAPString
colorScheme - EBay::StoreColorSchemeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#colorScheme ⇒ Object
Returns the value of attribute colorScheme.
-
#name ⇒ Object
Returns the value of attribute name.
-
#themeID ⇒ Object
Returns the value of attribute themeID.
Instance Method Summary collapse
-
#initialize(themeID = nil, name = nil, colorScheme = nil) ⇒ StoreThemeType
constructor
A new instance of StoreThemeType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
33932 33933 33934 |
# File 'lib/eBay.rb', line 33932 def __xmlele_any @__xmlele_any end |
#colorScheme ⇒ Object
Returns the value of attribute colorScheme.
33931 33932 33933 |
# File 'lib/eBay.rb', line 33931 def colorScheme @colorScheme end |
#name ⇒ Object
Returns the value of attribute name.
33930 33931 33932 |
# File 'lib/eBay.rb', line 33930 def name @name end |
#themeID ⇒ Object
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 |