Class: Ambling::Stock::Settings::Charts::Chart::Values::YRight::DigitsAfterDecimal
- Inherits:
-
Object
- Object
- Ambling::Stock::Settings::Charts::Chart::Values::YRight::DigitsAfterDecimal
- Includes:
- Base
- Defined in:
- lib/ambling/stock.rb
Constant Summary collapse
- VALUES =
[:data,:percents]
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#percents ⇒ Object
Returns the value of attribute percents.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
758 759 760 |
# File 'lib/ambling/stock.rb', line 758 def data @data end |
#percents ⇒ Object
Returns the value of attribute percents.
762 763 764 |
# File 'lib/ambling/stock.rb', line 762 def percents @percents end |