Class: Actions::Candlepin::Owner::Create

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

Instance Method Summary collapse

Instance Method Details

#runObject



10
11
12
# File 'app/lib/actions/candlepin/owner/create.rb', line 10

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