Method: Runcible::Resources::TaskGroup#summary

Defined in:
lib/runcible/resources/task_group.rb

#summary(id) ⇒ RestClient::Response

summary for the status of a task

Parameters:

  • id (String)

    the id of the task

Returns:

  • (RestClient::Response)


21
22
23
# File 'lib/runcible/resources/task_group.rb', line 21

def summary(id)
  call(:get, self.class.summary_path(id))
end