Module: Bombard
- Defined in:
- lib/bombard.rb,
lib/bombard/cli.rb,
lib/bombard/config.rb,
lib/bombard/runner.rb,
lib/bombard/builder.rb,
lib/bombard/version.rb,
lib/bombard/publisher.rb,
lib/bombard/builder/test.rb,
lib/bombard/publisher/console.rb,
lib/bombard/publisher/fusiontables.rb,
lib/bombard/publisher/jenkins_plot.rb
Defined Under Namespace
Classes: Builder, Cli, Config, Publisher, Runner
Constant Summary collapse
- VERSION =
'0.1.0'
Class Method Summary collapse
Class Method Details
.start(opts) ⇒ Object
8 9 10 |
# File 'lib/bombard.rb', line 8 def start(opts) Runner.new(opts) end |