Method: Command::ClusterLs#exec

Defined in:
lib/command/cluster_ls.rb

#execObject

Method who return a List of cluster



26
27
28
# File 'lib/command/cluster_ls.rb', line 26

def exec()
  return @receiver.crowbar_vcluster_ls(@vcluster_name, @proposal_name)
end