Method: LabClient::ProjectServices#show
- Defined in:
- lib/labclient/projects/services/show.rb
#show(project_id, service_slug) ⇒ Object
20 21 22 23 24 25 |
# File 'lib/labclient/projects/services/show.rb', line 20 def show(project_id, service_slug) project_id = format_id(project_id) service_slug = format_id(service_slug) client.request(:get, "projects/#{project_id}/services/#{service_slug}", klass: ProjectService) end |