Sha256: 6e4e118d7c9eb6884eaf5fd924e215d7816242e8257071a669818196d4c17221
Contents?: true
Size: 332 Bytes
Versions: 55
Compression:
Stored size: 332 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
55 entries across 55 versions & 1 rubygems