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