Sha256: 10e8d488e77456a4ce54d85905043048c9db47057f301abb884124768393450f

Contents?: true

Size: 350 Bytes

Versions: 3

Compression:

Stored size: 350 Bytes

Contents

attribute :pulp_id, :name, :organization_id, :max_hosts, :description, :total_hosts, :unlimited_hosts

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

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

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

  }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
katello-4.15.0 app/views/katello/api/v2/host_collections/base.json.rabl
katello-4.15.0.rc2 app/views/katello/api/v2/host_collections/base.json.rabl
katello-4.15.0.rc1 app/views/katello/api/v2/host_collections/base.json.rabl