Sha256: 36854c0b1606edd946e30720d86b5b1560184fe25be946f758097ab73936e0b3
Contents?: true
Size: 306 Bytes
Versions: 160
Compression:
Stored size: 306 Bytes
Contents
module Actions module Candlepin module Owner class Destroy < Candlepin::Abstract input_format do param :label end def finalize output[:response] = ::Katello::Resources::Candlepin::Owner.destroy(input[:label]) end end end end end
Version data entries
160 entries across 160 versions & 1 rubygems