class OkcBot::Main

Attributes

auth[R]

Public Class Methods

new() click to toggle source
# File lib/okc_bot/main.rb, line 6
def initialize()
  @auth = Browser.new(username: @username, password: @password, driver: @driver)
  @auth.login
end

Public Instance Methods

exit() click to toggle source
# File lib/okc_bot/main.rb, line 11
def exit
  @auth.logout
end