Class: OutputRunner

Inherits:
Object
  • Object
show all
Includes:
Common
Defined in:
lib/wombat/output.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Common

#audio?, #banner, #bootstrap_aws, #build_nodes, #calculate_templates, #conf, #create_infranodes_json, #duration, #gen_ssh_key, #gen_x509_cert, #info, #infranodes, #is_mac?, #linux, #lock, #logs, #parse_log, #update_lock, #update_template, #warn, #wombat, #workstations

Constructor Details

#initialize(opts) ⇒ OutputRunner

Returns a new instance of OutputRunner.



10
11
12
# File 'lib/wombat/output.rb', line 10

def initialize(opts)
  @stack = opts.stack
end

Instance Attribute Details

#stackObject (readonly)

Returns the value of attribute stack.



8
9
10
# File 'lib/wombat/output.rb', line 8

def stack
  @stack
end

Instance Method Details

#startObject



14
15
16
# File 'lib/wombat/output.rb', line 14

def start
  cfn_workstation_ips(stack)
end