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