Module: API::Concerns::Packages::Nuget::PrivateEndpoints

Extended by:
ActiveSupport::Concern
Defined in:
lib/api/concerns/packages/nuget/private_endpoints.rb

Constant Summary collapse

POSITIVE_INTEGER_REGEX =
%r{\A[1-9]\d*\z}
NON_NEGATIVE_INTEGER_REGEX =
%r{\A(0|[1-9]\d*)\z}