Class: Ambling::Stock::Settings::Scroller::Grid
- Inherits:
-
Object
- Object
- Ambling::Stock::Settings::Scroller::Grid
- Includes:
- Base
- Defined in:
- lib/ambling/stock.rb
Overview
- true
-
(true / false) #
Constant Summary collapse
- VALUES =
[:enabled,:max_count,:color,:alpha,:dashed,:dash_lenght]
Instance Attribute Summary collapse
-
#alpha ⇒ Object
- false
-
(true / false) #.
-
#color ⇒ Object
- 40
-
(Number) #.
-
#dash_lenght ⇒ Object
Returns the value of attribute dash_lenght.
-
#dashed ⇒ Object
- 5
-
(Number) #.
-
#enabled ⇒ Object
- 5
-
(Number) #.
-
#max_count ⇒ Object
- #FFFFFF
-
(hex code) #.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#alpha ⇒ Object
- false
-
(true / false) #
1727 1728 1729 |
# File 'lib/ambling/stock.rb', line 1727 def alpha @alpha end |
#color ⇒ Object
- 40
-
(Number) #
1723 1724 1725 |
# File 'lib/ambling/stock.rb', line 1723 def color @color end |
#dash_lenght ⇒ Object
Returns the value of attribute dash_lenght.
1735 1736 1737 |
# File 'lib/ambling/stock.rb', line 1735 def dash_lenght @dash_lenght end |
#dashed ⇒ Object
- 5
-
(Number) #
1731 1732 1733 |
# File 'lib/ambling/stock.rb', line 1731 def dashed @dashed end |
#enabled ⇒ Object
- 5
-
(Number) #
1715 1716 1717 |
# File 'lib/ambling/stock.rb', line 1715 def enabled @enabled end |
#max_count ⇒ Object
- #FFFFFF
-
(hex code) #
1719 1720 1721 |
# File 'lib/ambling/stock.rb', line 1719 def max_count @max_count end |