Sha256: 75e81a96e9cfed2e841cbb97d2975ccaf29699059d94c97971362d7ee2d207dc

Contents?: true

Size: 352 Bytes

Versions: 4

Compression:

Stored size: 352 Bytes

Contents

module Actions
  module Katello
    module Organization
      module SimpleContentAccess
        class Enable < Toggle
          def content_access_mode_value
            SIMPLE_CONTENT_ACCESS_ENABLED_VALUE
          end

          def humanized_name
            N_("Enable 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/enable.rb
katello-3.17.0.rc2.1 app/lib/actions/katello/organization/simple_content_access/enable.rb
katello-3.17.0.rc2 app/lib/actions/katello/organization/simple_content_access/enable.rb
katello-3.17.0.rc1 app/lib/actions/katello/organization/simple_content_access/enable.rb