Sha256: 341ed5855a1cc6e0b69ba6d17cf2561f4b64ad05d074765fdbea635289b83640
Contents?: true
Size: 622 Bytes
Versions: 23
Compression:
Stored size: 622 Bytes
Contents
module Actions module Katello module ContentViewVersion class ImportRepository < Actions::EntryAction def plan(organization, opts = {}) action_subject(organization) sequence do plan_action(::Actions::Katello::ContentViewVersion::Import, organization: organization, path: opts[:path], metadata: opts[:metadata]) end end def humanized_name _("Import Repository") end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems