Sha256: aa3e1cacc0ae2761261e0e493237e2668181ddf1f4058029292d2e3be77b2b2e

Contents?: true

Size: 528 Bytes

Versions: 7

Compression:

Stored size: 528 Bytes

Contents

object @resource

attributes :id, :cp_id, :name, :label, :description

extends 'katello/api/v2/common/syncable'
extends 'katello/api/v2/common/org_reference'

attributes :provider_id
attributes :sync_plan_id
attributes :sync_summary
attributes :gpg_key_id

attributes :available_content => :available_content, :if => params[:include_available_content]

child :sync_plan do
  attributes :id, :name, :description, :sync_date, :interval, :next_sync
end

node :repository_count do |product|
  product.library_repositories.count
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
katello-3.5.2 app/views/katello/api/v2/products/base.json.rabl
katello-3.5.1.1 app/views/katello/api/v2/products/base.json.rabl
katello-3.5.1 app/views/katello/api/v2/products/base.json.rabl
katello-3.5.0.1 app/views/katello/api/v2/products/base.json.rabl
katello-3.5.0 app/views/katello/api/v2/products/base.json.rabl
katello-3.5.0.rc2 app/views/katello/api/v2/products/base.json.rabl
katello-3.5.0.rc1 app/views/katello/api/v2/products/base.json.rabl