Class: Actions::Candlepin::Environment::Destroy

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

Instance Method Summary collapse

Instance Method Details

#runObject



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

def run
  ::Katello::Resources::Candlepin::Environment.destroy(input['cp_id'])
end