module Bitbot::UpdateExchangeRates
Public Instance Methods
on_update_exchange_rates(event = nil)
click to toggle source
# File lib/bitbot/plugin/update_exchange_rates.rb, line 2 def on_update_exchange_rates(event = nil) self.exchange_rates = blockchain.get_exchange_rates() end