Class: Ambling::Stock::Settings::Charts::Chart::Graphs::Graph::DataSources
- Inherits:
-
Object
- Object
- Ambling::Stock::Settings::Charts::Chart::Graphs::Graph::DataSources
- Includes:
- Base
- Defined in:
- lib/ambling/stock.rb
Constant Summary collapse
- VALUES =
[:close]
Instance Attribute Summary collapse
-
#close ⇒ Object
Returns the value of attribute close.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#close ⇒ Object
Returns the value of attribute close.
1072 1073 1074 |
# File 'lib/ambling/stock.rb', line 1072 def close @close end |