Method: Wod::Command::Auth#client

Defined in:
lib/wod/commands/auth.rb

#clientObject



7
8
9
10
# File 'lib/wod/commands/auth.rb', line 7

def client
  @client = Wod::Client.new :collect_login_deets => lambda { [user, password] },
                            :collect_team_selection => lambda { |team_names| team || collect_team_selection(team_names) }
end