Module: Codescout::Runner
- Defined in:
- lib/codescout/runner.rb,
lib/codescout/runner/key.rb,
lib/codescout/runner/build.rb,
lib/codescout/runner/shell.rb,
lib/codescout/runner/client.rb,
lib/codescout/runner/errors.rb,
lib/codescout/runner/version.rb
Defined Under Namespace
Classes: Build, BuildError, Client, ClientError, Error, Key, Shell
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
Class Method Details
.perform(service_url, push_token) ⇒ Object
10 11 12 |
# File 'lib/codescout/runner.rb', line 10 def self.perform(service_url, push_token) Codescout::Runner::Build.new(service_url, push_token).run end |