Sha256: 660430959776b483706debf27f39c20fb412c4bfe60d807a4c000b741fe13058
Contents?: true
Size: 444 Bytes
Versions: 129
Compression:
Stored size: 444 Bytes
Contents
module Actions module Candlepin module Owner class Import < Candlepin::Abstract input_format do param :label param :path param :force param :upstream end def run options = input.slice(:force, :upstream) output[:response] = ::Katello::Resources::Candlepin::Owner.import(input[:label], input[:path], options) end end end end end
Version data entries
129 entries across 129 versions & 1 rubygems