Sha256: e73ddb9ccd3177108f754220ba042edce8f60e1f4e4e857af8db1a2e6e628545
Contents?: true
Size: 607 Bytes
Versions: 23
Compression:
Stored size: 607 Bytes
Contents
module Actions module Katello module ContentViewVersion class ImportLibrary < Actions::EntryAction def plan(organization, opts = {}) action_subject(organization) plan_action(::Actions::Katello::ContentViewVersion::Import, { organization: organization, path: opts[:path], metadata: opts[:metadata] }) end def humanized_name _("Import Default Content View") end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems