Sha256: fbe5175d7b950d86958a2f97bb554e0cafadd772561bae60e7149a9b1159872e

Contents?: true

Size: 655 Bytes

Versions: 59

Compression:

Stored size: 655 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 if override
  end

  attributes :enabled
end

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
katello-3.15.3.1 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.15.3 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.15.2 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.15.1.1 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.15.1 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.15.0.1 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.15.0 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.15.0.rc2 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.15.0.rc1.3 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.15.0.rc1.2 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.15.0.rc1.1 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.15.0.rc1 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.14.1 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.13.4 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.14.0 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.13.3 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.14.0.rc2 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.13.2 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.14.0.rc1 app/views/katello/api/v2/activation_keys/product_content.json.rabl
katello-3.13.1 app/views/katello/api/v2/activation_keys/product_content.json.rabl