Sha256: 6124d91f0cc248b74d5f86f64c8ff83285114c7b15ef2ae8c8d726f75926fe01

Contents?: true

Size: 919 Bytes

Versions: 9

Compression:

Stored size: 919 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module Core
    module Constants
      module Commits
        ##
        # @return [Integer]
        #
        METHOD_MISSING_MAX_TRIES = 10
      end

      module Triggers
        ##
        # @return [ConvenientService::Support::UniqueValue]
        #
        CLASS_METHOD_MISSING = Support::UniqueValue.new("CLASS_METHOD_MISSING")

        ##
        # @return [ConvenientService::Support::UniqueValue]
        #
        INSTANCE_METHOD_MISSING = Support::UniqueValue.new("INSTANCE_METHOD_MISSING")

        ##
        # @return [ConvenientService::Support::UniqueValue]
        #
        RESOLVE_METHOD_MIDDLEWARES_SUPER_METHOD = Support::UniqueValue.new("RESOLVE_METHOD_MIDDLEWARES_SUPER_METHOD")

        ##
        # @return [ConvenientService::Support::UniqueValue]
        #
        USER = Support::UniqueValue.new("USER")
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
convenient_service-0.19.1 lib/convenient_service/core/constants.rb
convenient_service-0.19.0 lib/convenient_service/core/constants.rb
convenient_service-0.18.0 lib/convenient_service/core/constants.rb
convenient_service-0.17.0 lib/convenient_service/core/constants.rb
convenient_service-0.16.0 lib/convenient_service/core/constants.rb
convenient_service-0.15.0 lib/convenient_service/core/constants.rb
convenient_service-0.14.0 lib/convenient_service/core/constants.rb
convenient_service-0.13.0 lib/convenient_service/core/constants.rb
convenient_service-0.12.0 lib/convenient_service/core/constants.rb