Sha256: aaa959ae6b485362aaae95357af3bfc026d8204a55e8056fbc464c23afb67808

Contents?: true

Size: 212 Bytes

Versions: 3

Compression:

Stored size: 212 Bytes

Contents

module Katello
  module Api
    module Constraints
      class RegisterWithActivationKeyConstraint
        def matches?(request)
          request.params[:activation_keys]
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
katello-4.15.0 app/lib/katello/api/constraints/register_with_activation_key_constraint.rb
katello-4.15.0.rc2 app/lib/katello/api/constraints/register_with_activation_key_constraint.rb
katello-4.15.0.rc1 app/lib/katello/api/constraints/register_with_activation_key_constraint.rb