Sha256: e808d449bacc379879291cabab499dd27973c1b475808bb3c90c47fe98c8af33

Contents?: true

Size: 473 Bytes

Versions: 7

Compression:

Stored size: 473 Bytes

Contents

attributes :id, :uuid
attributes :content_view_id, :content_view_name
attributes :lifecycle_environment_id, :lifecycle_environment_name

child :content_view => :content_view do
  attributes :id, :name
end

child :lifecycle_environment => :lifecycle_environment do
  attributes :id, :name
end

node :errata_counts do |content_facet|
  errata = content_facet.installable_errata
  partial('katello/api/v2/errata/counts', :object => Katello::RelationPresenter.new(errata))
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
katello-3.2.1.1 app/views/katello/api/v2/content_facet/base.json.rabl
katello-3.2.1 app/views/katello/api/v2/content_facet/base.json.rabl
katello-3.2.0 app/views/katello/api/v2/content_facet/base.json.rabl
katello-3.2.0.rc3 app/views/katello/api/v2/content_facet/base.json.rabl
katello-3.2.0.rc2 app/views/katello/api/v2/content_facet/base.json.rabl
katello-3.2.0.rc1.1 app/views/katello/api/v2/content_facet/base.json.rabl
katello-3.2.0.rc1 app/views/katello/api/v2/content_facet/base.json.rabl