Created
May 16, 2016 04:03
-
-
Save angelacode/797a472520aafc63462a16d9f7d26a30 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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