Sha256: 532779c6a5ccca7a3467dae053858e5ef419f7c8651377e385dddc9e6b0828a2
Contents?: true
Size: 458 Bytes
Versions: 1
Compression:
Stored size: 458 Bytes
Contents
# frozen_string_literal: true module Rancher module Api class Externalhandlerprocess include Her::Model include Helpers::Model has_many :externalhandlerexternalhandlerprocessmaps has_many :externalhandlers attributes :created, :data, :description, :id, :kind, :name, :removeTime, :removed, :state, :uuid, :transitioning, :transitioningMessage, :transitioningProgress 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/externalhandlerprocess.rb |