Skip to content

Instantly share code, notes, and snippets.

@angelacode
Created May 16, 2016 04:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelacode/797a472520aafc63462a16d9f7d26a30 to your computer and use it in GitHub Desktop.
Save angelacode/797a472520aafc63462a16d9f7d26a30 to your computer and use it in GitHub Desktop.
def initialize(collection, bot_client_id)
runscope_host = 'https://xxxxxxxxxx'
@client = Orchestrate::Client.new(ENV['ORCHESTRATE_API'], runscope_host)
@app = Orchestrate::Application.new(ENV['ORCHESTRATE_API'], runscope_host)
@bot_client_id = bot_client_id
@collection = collection
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment