Sha256: c110876739660b04db3b96bf6e9c97c7b0359870bb1e1a61886e4b99f7a71a2b

Contents?: true

Size: 729 Bytes

Versions: 64

Compression:

Stored size: 729 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

  node :katello_tracer_installed do |content_facet|
    content_facet.tracer_installed?
  end
end

attributes :description, :facts

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
katello-4.2.2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.2.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.2.0.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.1.4 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.0.3 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.2.0.1.rc3 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.18.5 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.2.0.1.rc2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.2.0.rc2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.1.3 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.2.0.rc1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.0.2.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.1.2.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.0.2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.1.2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.18.4 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.1.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.1.0 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.0.1.2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.18.3.1 app/views/katello/api/v2/content_facet/show.json.rabl