Sha256: aa15973a2d4bca3c1a406fc41b280051ad5b5d32f9d01ad46483a22d8e24406f

Contents?: true

Size: 355 Bytes

Versions: 4

Compression:

Stored size: 355 Bytes

Contents

module Actions
  module Katello
    module Organization
      module SimpleContentAccess
        class Disable < Toggle
          def content_access_mode_value
            SIMPLE_CONTENT_ACCESS_DISABLED_VALUE
          end

          def humanized_name
            N_("Disable Simple Content Access")
          end
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
katello-3.17.0.rc2.2 app/lib/actions/katello/organization/simple_content_access/disable.rb
katello-3.17.0.rc2.1 app/lib/actions/katello/organization/simple_content_access/disable.rb
katello-3.17.0.rc2 app/lib/actions/katello/organization/simple_content_access/disable.rb
katello-3.17.0.rc1 app/lib/actions/katello/organization/simple_content_access/disable.rb