Class: Ambling::Stock::Settings::Charts::Chart::Values::YRight

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#bg_alphaObject

Returns the value of attribute bg_alpha.



735
736
737
# File 'lib/ambling/stock.rb', line 735

def bg_alpha
  @bg_alpha
end

#bg_colorObject

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_decimalObject

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

#enabledObject

Returns the value of attribute enabled.



707
708
709
# File 'lib/ambling/stock.rb', line 707

def enabled
  @enabled
end

#integers_onlyObject

Returns the value of attribute integers_only.



719
720
721
# File 'lib/ambling/stock.rb', line 719

def integers_only
  @integers_only
end

#maxObject

Returns the value of attribute max.



715
716
717
# File 'lib/ambling/stock.rb', line 715

def max
  @max
end

#minObject

Returns the value of attribute min.



711
712
713
# File 'lib/ambling/stock.rb', line 711

def min
  @min
end

#text_colorObject

Returns the value of attribute text_color.



723
724
725
# File 'lib/ambling/stock.rb', line 723

def text_color
  @text_color
end

#text_sizeObject

Returns the value of attribute text_size.



727
728
729
# File 'lib/ambling/stock.rb', line 727

def text_size
  @text_size
end

#unitObject

Returns the value of attribute unit.



739
740
741
# File 'lib/ambling/stock.rb', line 739

def unit
  @unit
end

#unit_positionObject

Returns the value of attribute unit_position.



743
744
745
# File 'lib/ambling/stock.rb', line 743

def unit_position
  @unit_position
end