Method: ESP::Service.find

Defined in:
lib/esp/resources/service.rb

.find(id) ⇒ ESP::Service

Find a Service by id

call-seq -> super.find(id)

Parameters:

  • id (Integer, Numeric, #to_i)

    Required ID of the service to retrieve.

Returns:



# File 'lib/esp/resources/service.rb', line 29