Sha256: 2407cb126ada9a068602c1bc5d848bf5001b11867490583fd78e95d14c60c56f
Contents?: true
Size: 622 Bytes
Versions: 14
Compression:
Stored size: 622 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 node(:hosts_available_count) { |m| m.hosts_available(params[:organization_id]).count } node(:hosts_applicable_count) { |m| m.hosts_applicable(params[:organization_id]).count } node :packages do |e| e.packages.pluck(:nvrea) end
Version data entries
14 entries across 14 versions & 1 rubygems