class Rundock::Scenario
Attributes
node_info[RW]
nodes[RW]
tasks[RW]
Public Class Methods
new()
click to toggle source
# File lib/rundock/scenario.rb, line 7 def initialize @nodes = [] @node_info = {} end
Public Instance Methods
run()
click to toggle source
# File lib/rundock/scenario.rb, line 12 def run @nodes.each(&:run) end