Method: LabClient::GroupClusters#show

Defined in:
lib/labclient/groups/clusters/show.rb

#show(group_id, cluster_id) ⇒ Object



22
23
24
25
26
27
# File 'lib/labclient/groups/clusters/show.rb', line 22

def show(group_id, cluster_id)
  cluster_id = format_id(cluster_id)
  group_id = format_id(group_id)

  client.request(:get, "groups/#{group_id}/clusters/#{cluster_id}", GroupCluster)
end