Method: StockMarkit::Chart#update
- Defined in:
- lib/stock-markit/chart.rb
#update ⇒ StockMarkit::ChartResult
updates the data from the api
100 101 102 |
# File 'lib/stock-markit/chart.rb', line 100 def update @results = lookup_with_api end |