Sha256: 3f99e2b6da61bc51d9623e8d071caa76af4be969f9dd4c8918f9936348976819
Contents?: true
Size: 349 Bytes
Versions: 237
Compression:
Stored size: 349 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
237 entries across 237 versions & 1 rubygems