Class: EBay::StoreFontType
- Inherits:
-
Object
- Object
- EBay::StoreFontType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsStoreFontType
nameFace - EBay::StoreFontFaceCodeType
nameSize - EBay::StoreFontSizeCodeType
nameColor - SOAP::SOAPString
titleFace - EBay::StoreFontFaceCodeType
titleSize - EBay::StoreFontSizeCodeType
titleColor - SOAP::SOAPString
descFace - EBay::StoreFontFaceCodeType
descSize - EBay::StoreFontSizeCodeType
descColor - SOAP::SOAPString
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.
33777 33778 33779 33780 33781 33782 33783 33784 33785 33786 33787 33788 |
# File 'lib/eBay.rb', line 33777 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.
33771 33772 33773 |
# File 'lib/eBay.rb', line 33771 def __xmlele_any @__xmlele_any end |
#descColor ⇒ Object
Returns the value of attribute descColor.
33770 33771 33772 |
# File 'lib/eBay.rb', line 33770 def descColor @descColor end |
#descFace ⇒ Object
Returns the value of attribute descFace.
33768 33769 33770 |
# File 'lib/eBay.rb', line 33768 def descFace @descFace end |
#descSize ⇒ Object
Returns the value of attribute descSize.
33769 33770 33771 |
# File 'lib/eBay.rb', line 33769 def descSize @descSize end |
#nameColor ⇒ Object
Returns the value of attribute nameColor.
33764 33765 33766 |
# File 'lib/eBay.rb', line 33764 def nameColor @nameColor end |
#nameFace ⇒ Object
Returns the value of attribute nameFace.
33762 33763 33764 |
# File 'lib/eBay.rb', line 33762 def nameFace @nameFace end |
#nameSize ⇒ Object
Returns the value of attribute nameSize.
33763 33764 33765 |
# File 'lib/eBay.rb', line 33763 def nameSize @nameSize end |
#titleColor ⇒ Object
Returns the value of attribute titleColor.
33767 33768 33769 |
# File 'lib/eBay.rb', line 33767 def titleColor @titleColor end |
#titleFace ⇒ Object
Returns the value of attribute titleFace.
33765 33766 33767 |
# File 'lib/eBay.rb', line 33765 def titleFace @titleFace end |
#titleSize ⇒ Object
Returns the value of attribute titleSize.
33766 33767 33768 |
# File 'lib/eBay.rb', line 33766 def titleSize @titleSize end |
Instance Method Details
#set_any(elements) ⇒ Object
33773 33774 33775 |
# File 'lib/eBay.rb', line 33773 def set_any(elements) @__xmlele_any = elements end |