Method: Command::ClusterLs#exec
- Defined in:
- lib/command/cluster_ls.rb
#exec ⇒ Object
Method who return a List of cluster
26 27 28 |
# File 'lib/command/cluster_ls.rb', line 26 def exec() return @receiver.(@vcluster_name, @proposal_name) end |