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