Class: StoreThemeType
- Inherits:
-
Object
- Object
- StoreThemeType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsStoreThemeType
Constant Summary collapse
- @@schema_type =
"StoreThemeType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["themeID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ThemeID")]], ["name", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Name")]], ["colorScheme", ["StoreColorSchemeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ColorScheme")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
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.
23345 23346 23347 23348 23349 23350 |
# File 'lib/eBay.rb', line 23345 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.
23339 23340 23341 |
# File 'lib/eBay.rb', line 23339 def __xmlele_any @__xmlele_any end |
#colorScheme ⇒ Object
Returns the value of attribute colorScheme.
23338 23339 23340 |
# File 'lib/eBay.rb', line 23338 def colorScheme @colorScheme end |
#name ⇒ Object
Returns the value of attribute name.
23337 23338 23339 |
# File 'lib/eBay.rb', line 23337 def name @name end |
#themeID ⇒ Object
Returns the value of attribute themeID.
23336 23337 23338 |
# File 'lib/eBay.rb', line 23336 def themeID @themeID end |
Instance Method Details
#set_any(elements) ⇒ Object
23341 23342 23343 |
# File 'lib/eBay.rb', line 23341 def set_any(elements) @__xmlele_any = elements end |