Sha256: 141031bf155951549737f1b65660575db55556eccd73d30e2d78746923773658

Contents?: true

Size: 366 Bytes

Versions: 3

Compression:

Stored size: 366 Bytes

Contents

object @resource

attributes :id
attributes :name
attributes :pulp_id
attributes :pulp_id => :uuid
attributes :description

node :repository do |package_group|
  if (repo = package_group.repository)
    {
      :id => repo.id,
      :name => repo.name,
      :product => {
        :id => repo.product.id,
        :name => repo.product.name,
      },
    }
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
katello-4.15.0 app/views/katello/api/v2/package_groups/base.json.rabl
katello-4.15.0.rc2 app/views/katello/api/v2/package_groups/base.json.rabl
katello-4.15.0.rc1 app/views/katello/api/v2/package_groups/base.json.rabl