Method: LabClient::GroupClusters#list
- Defined in:
- lib/labclient/groups/clusters/list.rb
#list(group_id) ⇒ Object
22 23 24 25 26 |
# File 'lib/labclient/groups/clusters/list.rb', line 22 def list(group_id) group_id = format_id(group_id) client.request(:get, "groups/#{group_id}/clusters", klass: GroupCluster) end |