Class: StoreFontType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreFontType

Constant Summary collapse

@@schema_type =
"StoreFontType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["nameFace", ["StoreFontFaceCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NameFace")]],
  ["nameSize", ["StoreFontSizeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NameSize")]],
  ["nameColor", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NameColor")]],
  ["titleFace", ["StoreFontFaceCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TitleFace")]],
  ["titleSize", ["StoreFontSizeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TitleSize")]],
  ["titleColor", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TitleColor")]],
  ["descFace", ["StoreFontFaceCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DescFace")]],
  ["descSize", ["StoreFontSizeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DescSize")]],
  ["descColor", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DescColor")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(nameFace = nil, nameSize = nil, nameColor = nil, titleFace = nil, titleSize = nil, titleColor = nil, descFace = nil, descSize = nil, descColor = nil) ⇒ StoreFontType

Returns a new instance of StoreFontType.



23185
23186
23187
23188
23189
23190
23191
23192
23193
23194
23195
23196
# File 'lib/eBay.rb', line 23185

def initialize(nameFace = nil, nameSize = nil, nameColor = nil, titleFace = nil, titleSize = nil, titleColor = nil, descFace = nil, descSize = nil, descColor = nil)
  @nameFace = nameFace
  @nameSize = nameSize
  @nameColor = nameColor
  @titleFace = titleFace
  @titleSize = titleSize
  @titleColor = titleColor
  @descFace = descFace
  @descSize = descSize
  @descColor = descColor
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23179
23180
23181
# File 'lib/eBay.rb', line 23179

def __xmlele_any
  @__xmlele_any
end

#descColorObject

Returns the value of attribute descColor.



23178
23179
23180
# File 'lib/eBay.rb', line 23178

def descColor
  @descColor
end

#descFaceObject

Returns the value of attribute descFace.



23176
23177
23178
# File 'lib/eBay.rb', line 23176

def descFace
  @descFace
end

#descSizeObject

Returns the value of attribute descSize.



23177
23178
23179
# File 'lib/eBay.rb', line 23177

def descSize
  @descSize
end

#nameColorObject

Returns the value of attribute nameColor.



23172
23173
23174
# File 'lib/eBay.rb', line 23172

def nameColor
  @nameColor
end

#nameFaceObject

Returns the value of attribute nameFace.



23170
23171
23172
# File 'lib/eBay.rb', line 23170

def nameFace
  @nameFace
end

#nameSizeObject

Returns the value of attribute nameSize.



23171
23172
23173
# File 'lib/eBay.rb', line 23171

def nameSize
  @nameSize
end

#titleColorObject

Returns the value of attribute titleColor.



23175
23176
23177
# File 'lib/eBay.rb', line 23175

def titleColor
  @titleColor
end

#titleFaceObject

Returns the value of attribute titleFace.



23173
23174
23175
# File 'lib/eBay.rb', line 23173

def titleFace
  @titleFace
end

#titleSizeObject

Returns the value of attribute titleSize.



23174
23175
23176
# File 'lib/eBay.rb', line 23174

def titleSize
  @titleSize
end

Instance Method Details

#set_any(elements) ⇒ Object



23181
23182
23183
# File 'lib/eBay.rb', line 23181

def set_any(elements)
  @__xmlele_any = elements
end