Class: StoreThemeType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(themeID = nil, name = nil, colorScheme = nil) ⇒ StoreThemeType

Returns a new instance of StoreThemeType.



18249
18250
18251
18252
18253
18254
# File 'lib/eBay.rb', line 18249

def initialize(themeID = nil, name = nil, colorScheme = nil)
  @themeID = themeID
  @name = name
  @colorScheme = colorScheme
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18243
18244
18245
# File 'lib/eBay.rb', line 18243

def __xmlele_any
  @__xmlele_any
end

#colorSchemeObject

Returns the value of attribute colorScheme.



18242
18243
18244
# File 'lib/eBay.rb', line 18242

def colorScheme
  @colorScheme
end

#nameObject

Returns the value of attribute name.



18241
18242
18243
# File 'lib/eBay.rb', line 18241

def name
  @name
end

#themeIDObject

Returns the value of attribute themeID.



18240
18241
18242
# File 'lib/eBay.rb', line 18240

def themeID
  @themeID
end

Instance Method Details

#set_any(elements) ⇒ Object



18245
18246
18247
# File 'lib/eBay.rb', line 18245

def set_any(elements)
  @__xmlele_any = elements
end