class Livermore::CLI

Public Instance Methods

trade() click to toggle source
# File lib/livermore/cli.rb, line 4
def trade
  bot.trade
end

Private Instance Methods

bot() click to toggle source
# File lib/livermore/cli.rb, line 10
def bot
  @bot ||= Livermore::Bot.new
end