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