Sha256: de862d05aab96b935c0d959c69f18010a502115de9af8bd7402b0f0b6adfba3c
Contents?: true
Size: 325 Bytes
Versions: 37
Compression:
Stored size: 325 Bytes
Contents
module Katello class HostInstalledPackage < Katello::Model self.include_root_in_json = false belongs_to :host, :inverse_of => :host_installed_packages, :class_name => '::Host::Managed' belongs_to :installed_package, :inverse_of => :host_installed_packages, :class_name => 'Katello::InstalledPackage' end end
Version data entries
37 entries across 37 versions & 1 rubygems