Sha256: c8b776dbfa39e7f67f0af1e20492f8f3f05865314a1ba41c73d2bb52d8eb0fe4
Contents?: true
Size: 677 Bytes
Versions: 34
Compression:
Stored size: 677 Bytes
Contents
module Actions module Katello module ContentViewVersion class ImportLibrary < Actions::EntryAction def plan(organization, path:, metadata:) action_subject(organization) plan_action(::Actions::Katello::ContentViewVersion::Import, organization: organization, library: true, path: path, metadata: metadata) end def humanized_name _("Import Default Content View") end end end end end
Version data entries
34 entries across 34 versions & 1 rubygems