Class: Ambling::Stock::Settings::Background
- Inherits:
-
Object
- Object
- Ambling::Stock::Settings::Background
- Includes:
- Base
- Defined in:
- lib/ambling/stock.rb
Overview
- #FFFFFF
-
(hex code) #
Constant Summary collapse
- VALUES =
[:color,:alpha,:border_color,:border_alpha]
Instance Attribute Summary collapse
-
#alpha ⇒ Object
- #000000
-
#.
-
#border_alpha ⇒ Object
Returns the value of attribute border_alpha.
-
#border_color ⇒ Object
- 0
-
(Number)#.
-
#color ⇒ Object
- 0
-
(Number) #.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#alpha ⇒ Object
- #000000
-
#
1569 1570 1571 |
# File 'lib/ambling/stock.rb', line 1569 def alpha @alpha end |
#border_alpha ⇒ Object
Returns the value of attribute border_alpha.
1577 1578 1579 |
# File 'lib/ambling/stock.rb', line 1577 def border_alpha @border_alpha end |
#border_color ⇒ Object
- 0
-
(Number)#
1573 1574 1575 |
# File 'lib/ambling/stock.rb', line 1573 def border_color @border_color end |
#color ⇒ Object
- 0
-
(Number) #
1565 1566 1567 |
# File 'lib/ambling/stock.rb', line 1565 def color @color end |