Sha256: 1b85bd659512bc729a84da30324a2500a5df479ba7b3797500a6bf2ab795bcf1

Contents?: true

Size: 644 Bytes

Versions: 46

Compression:

Stored size: 644 Bytes

Contents

object false

extends "katello/api/v2/common/metadata"

child @collection[:results] => :results do
  child :product => :product do
    attributes :id, :name
  end

  child :content => :content do
    attributes :id, :name, :label, :vendor, :content_type, :content_url, :gpg_url
  end

  node :override do |pc|
    pc.legacy_content_override
  end

  node :overrides do |pc|
    pc.content_overrides.map do |override|
      {:name => override.name, :value => override.computed_value}
    end
  end

  node :enabled_content_override do |pc|
    override = pc.enabled_content_override
    override&.computed_value
  end

  attributes :enabled
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
katello-4.0.3 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.18.5 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-4.0.2.1 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-4.0.2 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.18.4 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-4.0.1.2 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.18.3.1 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-4.0.1.1 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.18.3 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-4.0.1 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-4.0.0 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-4.0.0.rc3.1 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-4.0.0.rc3 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.18.2.1 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.18.2 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.17.3 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-4.0.0.rc2 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.18.1.1 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.17.2 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-4.0.0.rc1 app/views/katello/api/v2/activation_keys/product_content.json.rabl