Class: StoreFontType
- Inherits:
-
Object
- Object
- StoreFontType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#descColor ⇒ Object
Returns the value of attribute descColor.
-
#descFace ⇒ Object
Returns the value of attribute descFace.
-
#descSize ⇒ Object
Returns the value of attribute descSize.
-
#nameColor ⇒ Object
Returns the value of attribute nameColor.
-
#nameFace ⇒ Object
Returns the value of attribute nameFace.
-
#nameSize ⇒ Object
Returns the value of attribute nameSize.
-
#titleColor ⇒ Object
Returns the value of attribute titleColor.
-
#titleFace ⇒ Object
Returns the value of attribute titleFace.
-
#titleSize ⇒ Object
Returns the value of attribute titleSize.
Instance Method Summary collapse
-
#initialize(nameFace = nil, nameSize = nil, nameColor = nil, titleFace = nil, titleSize = nil, titleColor = nil, descFace = nil, descSize = nil, descColor = nil) ⇒ StoreFontType
constructor
A new instance of StoreFontType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23179 23180 23181 |
# File 'lib/eBay.rb', line 23179 def __xmlele_any @__xmlele_any end |
#descColor ⇒ Object
Returns the value of attribute descColor.
23178 23179 23180 |
# File 'lib/eBay.rb', line 23178 def descColor @descColor end |
#descFace ⇒ Object
Returns the value of attribute descFace.
23176 23177 23178 |
# File 'lib/eBay.rb', line 23176 def descFace @descFace end |
#descSize ⇒ Object
Returns the value of attribute descSize.
23177 23178 23179 |
# File 'lib/eBay.rb', line 23177 def descSize @descSize end |
#nameColor ⇒ Object
Returns the value of attribute nameColor.
23172 23173 23174 |
# File 'lib/eBay.rb', line 23172 def nameColor @nameColor end |
#nameFace ⇒ Object
Returns the value of attribute nameFace.
23170 23171 23172 |
# File 'lib/eBay.rb', line 23170 def nameFace @nameFace end |
#nameSize ⇒ Object
Returns the value of attribute nameSize.
23171 23172 23173 |
# File 'lib/eBay.rb', line 23171 def nameSize @nameSize end |
#titleColor ⇒ Object
Returns the value of attribute titleColor.
23175 23176 23177 |
# File 'lib/eBay.rb', line 23175 def titleColor @titleColor end |
#titleFace ⇒ Object
Returns the value of attribute titleFace.
23173 23174 23175 |
# File 'lib/eBay.rb', line 23173 def titleFace @titleFace end |
#titleSize ⇒ Object
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 |