Sha256: bbd42276c12a664f6c5be01b35a8e20ab9677397084d8ad9580fe0d40f4dda56
Contents?: true
Size: 615 Bytes
Versions: 1
Compression:
Stored size: 615 Bytes
Contents
# frozen_string_literal: true module Rancher module Api class Externalhandlerexternalhandlerprocessmap include Her::Model include Helpers::Model belongs_to :externalhandler belongs_to :externalhandlerprocess has_one :externalhandler has_one :externalhandlerprocess attributes :created, :data, :description, :eventName, :externalHandlerId, :externalHandlerProcessId, :id, :kind, :name, :onError, :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/externalhandlerexternalhandlerprocessmap.rb |