Method: Capx::Runner#initialize

Defined in:
lib/capx/runner.rb

#initialize(options) ⇒ Runner

Returns a new instance of Runner.



6
7
8
9
10
11
# File 'lib/capx/runner.rb', line 6

def initialize(options)
  @stage  = options[:stage]
  @switch = options[:switch]
  @user   = options[:user]
  @server = nil
end