Method: LabClient::ProjectMethods#cluster

Defined in:
lib/labclient/projects/methods.rb

#cluster(cluster_id) ⇒ Object



720
721
722
# File 'lib/labclient/projects/methods.rb', line 720

def cluster(cluster_id)
  client.projects.clusters.show(id, cluster_id)
end