Class: Ambling::Stock::Settings::Scroller::Values
- Inherits:
-
Object
- Object
- Ambling::Stock::Settings::Scroller::Values
- Includes:
- Base
- Defined in:
- lib/ambling/stock.rb
Overview
- true
-
(true / false) #
Constant Summary collapse
- VALUES =
[:enabled,:text_color,:text_size]
Instance Attribute Summary collapse
-
#enabled ⇒ Object
- text_color
-
(hex code) #.
-
#text_color ⇒ Object
- text_size
-
(Number) #.
-
#text_size ⇒ Object
Returns the value of attribute text_size.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#enabled ⇒ Object
- text_color
-
(hex code) #
1745 1746 1747 |
# File 'lib/ambling/stock.rb', line 1745 def enabled @enabled end |
#text_color ⇒ Object
- text_size
-
(Number) #
1749 1750 1751 |
# File 'lib/ambling/stock.rb', line 1749 def text_color @text_color end |
#text_size ⇒ Object
Returns the value of attribute text_size.
1753 1754 1755 |
# File 'lib/ambling/stock.rb', line 1753 def text_size @text_size end |