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.



20543
20544
20545
20546
20547
20548
20549
20550
20551
20552
20553
20554
# File 'lib/eBay.rb', line 20543

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.



20537
20538
20539
# File 'lib/eBay.rb', line 20537

def __xmlele_any
  @__xmlele_any
end

#descColorObject

Returns the value of attribute descColor.



20536
20537
20538
# File 'lib/eBay.rb', line 20536

def descColor
  @descColor
end

#descFaceObject

Returns the value of attribute descFace.



20534
20535
20536
# File 'lib/eBay.rb', line 20534

def descFace
  @descFace
end

#descSizeObject

Returns the value of attribute descSize.



20535
20536
20537
# File 'lib/eBay.rb', line 20535

def descSize
  @descSize
end

#nameColorObject

Returns the value of attribute nameColor.



20530
20531
20532
# File 'lib/eBay.rb', line 20530

def nameColor
  @nameColor
end

#nameFaceObject

Returns the value of attribute nameFace.



20528
20529
20530
# File 'lib/eBay.rb', line 20528

def nameFace
  @nameFace
end

#nameSizeObject

Returns the value of attribute nameSize.



20529
20530
20531
# File 'lib/eBay.rb', line 20529

def nameSize
  @nameSize
end

#titleColorObject

Returns the value of attribute titleColor.



20533
20534
20535
# File 'lib/eBay.rb', line 20533

def titleColor
  @titleColor
end

#titleFaceObject

Returns the value of attribute titleFace.



20531
20532
20533
# File 'lib/eBay.rb', line 20531

def titleFace
  @titleFace
end

#titleSizeObject

Returns the value of attribute titleSize.



20532
20533
20534
# File 'lib/eBay.rb', line 20532

def titleSize
  @titleSize
end

Instance Method Details

#set_any(elements) ⇒ Object



20539
20540
20541
# File 'lib/eBay.rb', line 20539

def set_any(elements)
  @__xmlele_any = elements
end