Class: Ambling::Stock::Settings::Charts::Chart::Values::YRight
- Inherits:
-
Object
- Object
- Ambling::Stock::Settings::Charts::Chart::Values::YRight
- Includes:
- Base
- Defined in:
- lib/ambling/stock.rb
Defined Under Namespace
Classes: DigitsAfterDecimal
Constant Summary collapse
- VALUES =
[:enabled,:min,:max,:integers_only,:text_color,:text_size,:bg_color,:bg_alpha,:unit,:unit_position,:digits_after_decimal]
Instance Attribute Summary collapse
-
#bg_alpha ⇒ Object
Returns the value of attribute bg_alpha.
-
#bg_color ⇒ Object
Returns the value of attribute bg_color.
-
#digits_after_decimal ⇒ Object
Returns the value of attribute digits_after_decimal.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#integers_only ⇒ Object
Returns the value of attribute integers_only.
-
#max ⇒ Object
Returns the value of attribute max.
-
#min ⇒ Object
Returns the value of attribute min.
-
#text_color ⇒ Object
Returns the value of attribute text_color.
-
#text_size ⇒ Object
Returns the value of attribute text_size.
-
#unit ⇒ Object
Returns the value of attribute unit.
-
#unit_position ⇒ Object
Returns the value of attribute unit_position.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#bg_alpha ⇒ Object
Returns the value of attribute bg_alpha.
735 736 737 |
# File 'lib/ambling/stock.rb', line 735 def bg_alpha @bg_alpha end |
#bg_color ⇒ Object
Returns the value of attribute bg_color.
731 732 733 |
# File 'lib/ambling/stock.rb', line 731 def bg_color @bg_color end |
#digits_after_decimal ⇒ Object
Returns the value of attribute digits_after_decimal.
747 748 749 |
# File 'lib/ambling/stock.rb', line 747 def digits_after_decimal @digits_after_decimal end |
#enabled ⇒ Object
Returns the value of attribute enabled.
707 708 709 |
# File 'lib/ambling/stock.rb', line 707 def enabled @enabled end |
#integers_only ⇒ Object
Returns the value of attribute integers_only.
719 720 721 |
# File 'lib/ambling/stock.rb', line 719 def integers_only @integers_only end |
#max ⇒ Object
Returns the value of attribute max.
715 716 717 |
# File 'lib/ambling/stock.rb', line 715 def max @max end |
#min ⇒ Object
Returns the value of attribute min.
711 712 713 |
# File 'lib/ambling/stock.rb', line 711 def min @min end |
#text_color ⇒ Object
Returns the value of attribute text_color.
723 724 725 |
# File 'lib/ambling/stock.rb', line 723 def text_color @text_color end |
#text_size ⇒ Object
Returns the value of attribute text_size.
727 728 729 |
# File 'lib/ambling/stock.rb', line 727 def text_size @text_size end |
#unit ⇒ Object
Returns the value of attribute unit.
739 740 741 |
# File 'lib/ambling/stock.rb', line 739 def unit @unit end |
#unit_position ⇒ Object
Returns the value of attribute unit_position.
743 744 745 |
# File 'lib/ambling/stock.rb', line 743 def unit_position @unit_position end |