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