Method: LabClient::Group#cluster
- Defined in:
- lib/labclient/groups/group.rb
#cluster(cluster_id) ⇒ Object
159 160 161 |
# File 'lib/labclient/groups/group.rb', line 159 def cluster(cluster_id) client.groups.clusters.show(id, cluster_id) end |