Sha256: 2835c06b2ed2fc8bdab327c63b5a5f096f1475dbbb772df999557f13634641e5

Contents?: true

Size: 206 Bytes

Versions: 1

Compression:

Stored size: 206 Bytes

Contents

# frozen_string_literal: true

module Rancher
  module Api
    class Task
      include Her::Model
      include Helpers::Model

      has_many :taskinstances

      attributes :id, :name
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rancher-api-beta-0.8.1 lib/rancher/api/models/task.rb