Method: LabClient::ProjectMethods#service_show

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

#service_show(service_slug) ⇒ Object



628
629
630
# File 'lib/labclient/projects/methods.rb', line 628

def service_show(service_slug)
  client.projects.services.show(id, service_slug)
end