Sha256: 077ceea2772fd98e44423621733203d467c1327deef2323854fa865068748dd8

Contents?: true

Size: 731 Bytes

Versions: 9

Compression:

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

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

attributes :description, :facts, :content_source_id

Version data entries

9 entries across 9 versions & 1 rubygems

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