Sha256: 79552e25b606f5b87abfbe549e7b30c2f9c365dfc7e09634f1e696804f21b592

Contents?: true

Size: 634 Bytes

Versions: 45

Compression:

Stored size: 634 Bytes

Contents

child :content_facet => :content_facet_attributes do
  extends 'katello/api/v2/content_facet/base'

  node do |content_facet|
    version = content_facet.content_view_version
    {
      :content_view_version => version.version,
      :content_view_version_id => version.id
    }
  end

  node :content_view_default? do |content_facet|
    content_facet.content_view.default?
  end

  node :lifecycle_environment_library? do |content_facet|
    content_facet.lifecycle_environment.library?
  end

  node :katello_agent_installed do |content_facet|
    content_facet.katello_agent_installed?
  end
end

attributes :description, :facts

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
katello-3.15.3.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.15.3 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.15.2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.15.1.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.15.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.15.0.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.15.0 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.15.0.rc2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.15.0.rc1.3 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.15.0.rc1.2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.15.0.rc1.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.15.0.rc1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.14.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.13.4 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.14.0 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.13.3 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.14.0.rc2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.13.2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.14.0.rc1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.13.1 app/views/katello/api/v2/content_facet/show.json.rabl