Class: Ambling::Stock::Settings::Scroller::Playback::SpeedIndicator
- Inherits:
-
Object
- Object
- Ambling::Stock::Settings::Scroller::Playback::SpeedIndicator
- Includes:
- Base
- Defined in:
- lib/ambling/stock.rb
Overview
- true
-
(true / false) #
Constant Summary collapse
- VALUES =
[:enabled,:color,:bg_color]
Instance Attribute Summary collapse
-
#bg_color ⇒ Object
Returns the value of attribute bg_color.
-
#color ⇒ Object
- #ABABAB
-
(hex code) #.
-
#enabled ⇒ Object
- #000000
-
(hex code) #.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#bg_color ⇒ Object
Returns the value of attribute bg_color.
1806 1807 1808 |
# File 'lib/ambling/stock.rb', line 1806 def bg_color @bg_color end |
#color ⇒ Object
- #ABABAB
-
(hex code) #
1802 1803 1804 |
# File 'lib/ambling/stock.rb', line 1802 def color @color end |
#enabled ⇒ Object
- #000000
-
(hex code) #
1798 1799 1800 |
# File 'lib/ambling/stock.rb', line 1798 def enabled @enabled end |