Method: LabClient::ProjectMethods#service_show

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

#service_show(service_slug) ⇒ Object



624
625
626
# File 'lib/labclient/projects/methods.rb', line 624

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