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=, #params

Instance Method Details

#runObject



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

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