Sha256: 79d65941720885f6e78917955de39e6b68686cde173b57f0fc052d91436da9db
Contents?: true
Size: 330 Bytes
Versions: 22
Compression:
Stored size: 330 Bytes
Contents
object @resource attributes :id attributes :name attributes :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
22 entries across 22 versions & 1 rubygems