Sha256: b53901c2ae6ee047abfff02fe545f3e72f49fe7b8753408b7ff6dfdf428b8424
Contents?: true
Size: 586 Bytes
Versions: 105
Compression:
Stored size: 586 Bytes
Contents
object @resource @resource ||= @object glue :content do node do |content| { id: content.cp_content_id, name: content.name, label: content.label, vendor: content.vendor, type: content.content_type, gpgUrl: content.gpg_url, contentUrl: content.content_url } end attributes :name, :vendor, :label end attribute :enabled if @resource.product child :product => :product do attributes :id, :name end end child @resource.repositories => :repositories do attributes :id, :name, :arch attributes :minor => :releasever end
Version data entries
105 entries across 105 versions & 1 rubygems