Sha256: 43612db9d248b561da69aed9d4e652228427ba23a2cdba52ee9aa688361a0eb3
Contents?: true
Size: 732 Bytes
Versions: 6
Compression:
Stored size: 732 Bytes
Contents
object @resource attributes :id, :uuid, :title, :errata_id attributes :issued, :updated, :version, :status, :release attributes :severity, :description, :solution, :summary, :reboot_suggested attributes :_href child :cves => :cves do attributes :cve_id, :href end child :bugzillas => :bugs do attributes :bug_id, :href end attributes :title => :name attributes :errata_type => :type unless @disable_counts node(:hosts_available_count) { |m| m.hosts_available(params[:organization_id]).count } node(:hosts_applicable_count) { |m| m.hosts_applicable(params[:organization_id]).count } end node :packages do |e| e.packages.non_module_stream_packages.pluck(:nvrea) end node :module_streams do |e| e.module_streams end
Version data entries
6 entries across 6 versions & 1 rubygems