Class: StoreColorSchemeType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsStoreColorSchemeType

Constant Summary collapse

@@schema_type =
"StoreColorSchemeType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["colorSchemeID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ColorSchemeID")]],
["name", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Name")]],
["color", ["StoreColorType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Color")]],
["font", ["StoreFontType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Font")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(colorSchemeID = nil, name = nil, color = nil, font = nil) ⇒ StoreColorSchemeType

Returns a new instance of StoreColorSchemeType.



17900
17901
17902
17903
17904
17905
17906
# File 'lib/eBay.rb', line 17900

def initialize(colorSchemeID = nil, name = nil, color = nil, font = nil)
  @colorSchemeID = colorSchemeID
  @name = name
  @color = color
  @font = font
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17894
17895
17896
# File 'lib/eBay.rb', line 17894

def __xmlele_any
  @__xmlele_any
end

#colorObject

Returns the value of attribute color.



17892
17893
17894
# File 'lib/eBay.rb', line 17892

def color
  @color
end

#colorSchemeIDObject

Returns the value of attribute colorSchemeID.



17890
17891
17892
# File 'lib/eBay.rb', line 17890

def colorSchemeID
  @colorSchemeID
end

#fontObject

Returns the value of attribute font.



17893
17894
17895
# File 'lib/eBay.rb', line 17893

def font
  @font
end

#nameObject

Returns the value of attribute name.



17891
17892
17893
# File 'lib/eBay.rb', line 17891

def name
  @name
end

Instance Method Details

#set_any(elements) ⇒ Object



17896
17897
17898
# File 'lib/eBay.rb', line 17896

def set_any(elements)
  @__xmlele_any = elements
end