Class: Wakame::Command::ShutdownCluster

Inherits:
Object
  • Object
show all
Includes:
Wakame::Command
Defined in:
lib/wakame/command/shutdown_cluster.rb

Instance Method Summary collapse

Methods included from Wakame::Command

included, #options=, #parse, #print_result

Instance Method Details

#run(rule) ⇒ Object



7
8
9
# File 'lib/wakame/command/shutdown_cluster.rb', line 7

def run(rule)
  rule.trigger_action(Wakame::Actions::ShutdownCluster.new)
end