Class: Ambling::Stock::Settings::Charts::Chart::Graphs::Graph::DataSources

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

Constant Summary collapse

VALUES =
[:close]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#closeObject

Returns the value of attribute close.



1072
1073
1074
# File 'lib/ambling/stock.rb', line 1072

def close
  @close
end