Sha256: cd538c7a255853245df77742839fbc6a65fffbbc7c14a76bf293609fec1c2a6e
Contents?: true
Size: 364 Bytes
Versions: 169
Compression:
Stored size: 364 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
169 entries across 169 versions & 1 rubygems