# frozen_string_literal: true module Rancher module Api class Processexecution include Her::Model include Helpers::Model belongs_to :processinstance has_one :processinstance attributes :created, :id, :log, :processInstanceId, :uuid end end end