Sha256: 83c88fcc577eb0a2b21564145b03e500a0879da18a5d369921813469be4499f1

Contents?: true

Size: 434 Bytes

Versions: 86

Compression:

Stored size: 434 Bytes

Contents

object @resource

extends "katello/api/v2/content_views/base"

attributes :content_host_count

child :duplicate_repositories_to_publish => :duplicate_repositories_to_publish do
  attributes :id, :name
  node :components do |repo|
    @resource.components_with_repo(repo).map do |component|
      {
        :content_view_name => component.content_view.name,
        :content_view_version => component.version
      }
    end
  end
end

Version data entries

86 entries across 86 versions & 1 rubygems

Version Path
katello-3.17.3 app/views/katello/api/v2/content_views/show.json.rabl
katello-3.17.2 app/views/katello/api/v2/content_views/show.json.rabl
katello-3.18.0 app/views/katello/api/v2/content_views/show.json.rabl
katello-3.17.1 app/views/katello/api/v2/content_views/show.json.rabl
katello-3.16.2 app/views/katello/api/v2/content_views/show.json.rabl
katello-3.18.0.rc2.1 app/views/katello/api/v2/content_views/show.json.rabl
katello-3.18.0.rc2 app/views/katello/api/v2/content_views/show.json.rabl
katello-3.17.0 app/views/katello/api/v2/content_views/show.json.rabl
katello-3.18.0.rc1 app/views/katello/api/v2/content_views/show.json.rabl
katello-3.17.0.rc2.2 app/views/katello/api/v2/content_views/show.json.rabl
katello-3.17.0.rc2.1 app/views/katello/api/v2/content_views/show.json.rabl
katello-3.16.1.2 app/views/katello/api/v2/content_views/show.json.rabl
katello-3.16.1.1 app/views/katello/api/v2/content_views/show.json.rabl
katello-3.17.0.rc2 app/views/katello/api/v2/content_views/show.json.rabl
katello-3.16.1 app/views/katello/api/v2/content_views/show.json.rabl
katello-3.17.0.rc1 app/views/katello/api/v2/content_views/show.json.rabl
katello-3.16.0 app/views/katello/api/v2/content_views/show.json.rabl
katello-3.16.0.rc5.1 app/views/katello/api/v2/content_views/show.json.rabl
katello-3.16.0.rc5 app/views/katello/api/v2/content_views/show.json.rabl
katello-3.16.0.rc4.1 app/views/katello/api/v2/content_views/show.json.rabl