Sha256: a5087110deaed4f5b372a5f974e524759582441943057d1e7bfc8694aa0b0e6e

Contents?: true

Size: 295 Bytes

Versions: 3

Compression:

Stored size: 295 Bytes

Contents

object @task if @task

attributes :id, :label, :pending, :action
attributes :username, :started_at, :ended_at, :state, :result, :progress
attributes :input, :output, :humanized, :cli_example
node(:available_actions) { |t| {cancellable: t.execution_plan&.cancellable?, resumable: t.resumable? }}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
foreman-tasks-0.17.3 app/views/foreman_tasks/api/tasks/show.json.rabl
foreman-tasks-0.17.2 app/views/foreman_tasks/api/tasks/show.json.rabl
foreman-tasks-0.17.1 app/views/foreman_tasks/api/tasks/show.json.rabl