Class: Ambling::Stock::Settings::PeriodSelector::Input
- Inherits:
-
Object
- Object
- Ambling::Stock::Settings::PeriodSelector::Input
- Includes:
- Base
- Defined in:
- lib/ambling/stock.rb
Overview
- #FFFFFF
-
() #
Constant Summary collapse
- VALUES =
[:bg_color,:text_size,:text_color,:border_color,:border_width,:corner_radius]
Instance Attribute Summary collapse
-
#bg_color ⇒ Object
- period_selector.text_size
-
(Number) #.
-
#border_color ⇒ Object
- 0
-
(Number) #.
-
#border_width ⇒ Object
- 3
-
(Number) #.
-
#corner_radius ⇒ Object
Returns the value of attribute corner_radius.
-
#text_color ⇒ Object
- #ABABAB
-
(hex code) #.
-
#text_size ⇒ Object
- period_selector.text_color
-
(hex code) #.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#bg_color ⇒ Object
- period_selector.text_size
-
(Number) #
1436 1437 1438 |
# File 'lib/ambling/stock.rb', line 1436 def bg_color @bg_color end |
#border_color ⇒ Object
- 0
-
(Number) #
1448 1449 1450 |
# File 'lib/ambling/stock.rb', line 1448 def border_color @border_color end |
#border_width ⇒ Object
- 3
-
(Number) #
1452 1453 1454 |
# File 'lib/ambling/stock.rb', line 1452 def border_width @border_width end |
#corner_radius ⇒ Object
Returns the value of attribute corner_radius.
1456 1457 1458 |
# File 'lib/ambling/stock.rb', line 1456 def corner_radius @corner_radius end |
#text_color ⇒ Object
- #ABABAB
-
(hex code) #
1444 1445 1446 |
# File 'lib/ambling/stock.rb', line 1444 def text_color @text_color end |
#text_size ⇒ Object
- period_selector.text_color
-
(hex code) #
1440 1441 1442 |
# File 'lib/ambling/stock.rb', line 1440 def text_size @text_size end |