Method: LabClient::ProjectMethods#service_show
- Defined in:
- lib/labclient/projects/methods.rb
#service_show(service_slug) ⇒ Object
596 597 598 |
# File 'lib/labclient/projects/methods.rb', line 596 def service_show(service_slug) client.projects.services.show(id, service_slug) end |