Sha256: 9f9fbe83d644435bb53dfd2340fd940dcf5225759cf75c3d06331687559491cd

Contents?: true

Size: 617 Bytes

Versions: 1

Compression:

Stored size: 617 Bytes

Contents

# frozen_string_literal: true

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

      belongs_to :account
      belongs_to :resource
      belongs_to :runningprocessserver
      belongs_to :startprocessserver
      has_one :account
      has_many :processexecutions

      attributes :accountId, :data, :endTime, :executionCount, :exitReason,
                 :id, :phase, :priority, :processName, :resourceId,
                 :resourceType, :result, :runAfter, :runningProcessServerId, :startProcessServerId,
                 :startTime
    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/processinstance.rb