Class: Actions::Candlepin::Owner::Destroy

Inherits:
Abstract
  • Object
show all
Defined in:
app/lib/actions/candlepin/owner/destroy.rb

Instance Method Summary collapse

Instance Method Details

#runObject



9
10
11
# File 'app/lib/actions/candlepin/owner/destroy.rb', line 9

def run
  output[:response] = ::Katello::Resources::Candlepin::Owner.destroy(input[:label])
end