Sha256: 4d91236cffe94538af441d39c726c38e6551a7869fd754b256c8d201cbf07d76

Contents?: true

Size: 409 Bytes

Versions: 1

Compression:

Stored size: 409 Bytes

Contents

# frozen_string_literal: true

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

      belongs_to :account
      belongs_to :agent
      has_one :agent
      has_one :account

      attributes :accountId, :agentId, :appliedUpdated, :appliedVersion, :id,
                 :name, :requestedUpdated, :requestedVersion, :sourceVersion
    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/configitemstatus.rb