Sha256: 2ed133d6f32717f1fae6aa0d6ba7ac883af415747e0d02eaabfa91e93a964849
Contents?: true
Size: 330 Bytes
Versions: 195
Compression:
Stored size: 330 Bytes
Contents
module Katello class DockerManifestListManifest < Katello::Model belongs_to :docker_manifest, :inverse_of => :docker_manifest_list_manifests, :class_name => 'Katello::DockerManifest' belongs_to :docker_manifest_list, :inverse_of => :docker_manifest_list_manifests, :class_name => 'Katello::DockerManifestList' end end
Version data entries
195 entries across 195 versions & 1 rubygems