Method: StockMarkit::Chart#update

Defined in:
lib/stock-markit/chart.rb

#updateStockMarkit::ChartResult

updates the data from the api

Returns:



100
101
102
# File 'lib/stock-markit/chart.rb', line 100

def update
  @results = lookup_with_api
end