Method: E4z::DevBot#initialize

Defined in:
lib/eezee_bot.rb

#initialize(path) ⇒ DevBot

Returns a new instance of DevBot.



9
10
11
12
13
14
# File 'lib/eezee_bot.rb', line 9

def initialize(path)
  @git = Git.init(path)
  @working_dir = path
  @eezee_token = ENV['E4Z_TOKEN']
  @eezee_client = ::E4z::ApiClient.new(@eezee_token)
end