Sha256: d9183bcd36321fc09ce3295857a5cba69939769ab86ab179d861ef9034e868c1
Contents?: true
Size: 375 Bytes
Versions: 209
Compression:
Stored size: 375 Bytes
Contents
module Actions module Candlepin module Product class ContentDestroy < Candlepin::Abstract input_format do param :content_id param :owner end def run output[:response] = ::Katello::Resources::Candlepin::Content. destroy(input[:owner], input[:content_id]) end end end end end
Version data entries
209 entries across 209 versions & 1 rubygems