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

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/ambling/stock.rb

Constant Summary collapse

VALUES =
[:data,:percents]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#dataObject

Returns the value of attribute data.



758
759
760
# File 'lib/ambling/stock.rb', line 758

def data
  @data
end

#percentsObject

Returns the value of attribute percents.



762
763
764
# File 'lib/ambling/stock.rb', line 762

def percents
  @percents
end