Sha256: 6f93347081c720ae98b593c36ca53648902fe6ba9312b7820618cbcba3e6e848
Contents?: true
Size: 592 Bytes
Versions: 38
Compression:
Stored size: 592 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, path: path, metadata: metadata) end def humanized_name _("Import Default Content View") end end end end end
Version data entries
38 entries across 38 versions & 1 rubygems