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