Class: Meerkat::Resources::Tasks Deprecated

Inherits:
Monitors show all
Defined in:
lib/meerkat/resources/tasks.rb

Overview

Deprecated.

Use Monitors (client.monitors) instead.

Delegates to the monitors API for backward compatibility.

Instance Method Summary collapse

Methods inherited from Monitors

#artifacts, #delete, #events, #list, #pause, #replace, #resume, #retrieve, #retrieve_run, #run, #runs, #update

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Meerkat::Resources::Base

Instance Method Details

#create(**attributes) ⇒ Object



8
9
10
11
# File 'lib/meerkat/resources/tasks.rb', line 8

def create(**attributes)
  # Old clients may still send task_type — strip and route to monitors.
  super(**attributes)
end