Sha256: 60d816108c4ae9972eb457f1dc32732637030d554194f5ba61e0358fa48e649e

Contents?: true

Size: 396 Bytes

Versions: 10

Compression:

Stored size: 396 Bytes

Contents

attribute :pulp_id, :name, :organization_id, :max_content_hosts, :description, :total_content_hosts, :unlimited_content_hosts

node :id do |host_collection|
  host_collection.id.to_i
end
attributes :system_ids

extends "katello/api/v2/common/timestamps"

node :permissions do |host_collection|
  {
    :deletable => host_collection.deletable?,
    :editable => host_collection.editable?

  }
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
katello-2.4.5 app/views/katello/api/v2/host_collections/_host_collection.json.rabl
katello-2.4.4 app/views/katello/api/v2/host_collections/_host_collection.json.rabl
katello-2.4.3 app/views/katello/api/v2/host_collections/_host_collection.json.rabl
katello-2.4.2 app/views/katello/api/v2/host_collections/_host_collection.json.rabl
katello-2.4.1 app/views/katello/api/v2/host_collections/_host_collection.json.rabl
katello-2.4.0 app/views/katello/api/v2/host_collections/_host_collection.json.rabl
katello-2.4.0.rc3 app/views/katello/api/v2/host_collections/_host_collection.json.rabl
katello-2.4.0.rc2 app/views/katello/api/v2/host_collections/_host_collection.json.rabl
katello-2.4.0.rc1 app/views/katello/api/v2/host_collections/_host_collection.json.rabl
katello-2.2.2 app/views/katello/api/v2/host_collections/_host_collection.json.rabl