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.



18113
18114
18115
18116
18117
18118
18119
18120
18121
18122
18123
18124
# File 'lib/eBay.rb', line 18113

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.



18107
18108
18109
# File 'lib/eBay.rb', line 18107

def __xmlele_any
  @__xmlele_any
end

#descColorObject

Returns the value of attribute descColor.



18106
18107
18108
# File 'lib/eBay.rb', line 18106

def descColor
  @descColor
end

#descFaceObject

Returns the value of attribute descFace.



18104
18105
18106
# File 'lib/eBay.rb', line 18104

def descFace
  @descFace
end

#descSizeObject

Returns the value of attribute descSize.



18105
18106
18107
# File 'lib/eBay.rb', line 18105

def descSize
  @descSize
end

#nameColorObject

Returns the value of attribute nameColor.



18100
18101
18102
# File 'lib/eBay.rb', line 18100

def nameColor
  @nameColor
end

#nameFaceObject

Returns the value of attribute nameFace.



18098
18099
18100
# File 'lib/eBay.rb', line 18098

def nameFace
  @nameFace
end

#nameSizeObject

Returns the value of attribute nameSize.



18099
18100
18101
# File 'lib/eBay.rb', line 18099

def nameSize
  @nameSize
end

#titleColorObject

Returns the value of attribute titleColor.



18103
18104
18105
# File 'lib/eBay.rb', line 18103

def titleColor
  @titleColor
end

#titleFaceObject

Returns the value of attribute titleFace.



18101
18102
18103
# File 'lib/eBay.rb', line 18101

def titleFace
  @titleFace
end

#titleSizeObject

Returns the value of attribute titleSize.



18102
18103
18104
# File 'lib/eBay.rb', line 18102

def titleSize
  @titleSize
end

Instance Method Details

#set_any(elements) ⇒ Object



18109
18110
18111
# File 'lib/eBay.rb', line 18109

def set_any(elements)
  @__xmlele_any = elements
end