Sha256: 7c41ea6e611431bdf73b5c9cb1f9bbe662c6e9f07be15bab1c41a15d62611937

Contents?: true

Size: 481 Bytes

Versions: 7

Compression:

Stored size: 481 Bytes

Contents

# typed: strict
# frozen_string_literal: true

module Tapioca
  module Dsl
    module Helpers
      module GrapeConstantsHelper
        extend T::Sig

        CallbacksMethodsModuleName = "GeneratedCallbacksMethods"
        RequestResponseMethodsModuleName = "GeneratedRequestResponseMethods"
        RoutingMethodsModuleName = "GeneratedRoutingMethods"

        APIInstanceClassName = "PrivateAPIInstance"
        EndpointClassName = "PrivateEndpoint"
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
grape_sorbet-0.0.12 lib/tapioca/dsl/helpers/grape_constants_helper.rb
grape_sorbet-0.0.11 lib/tapioca/dsl/helpers/grape_constants_helper.rb
grape_sorbet-0.0.10 lib/tapioca/dsl/helpers/grape_constants_helper.rb
grape_sorbet-0.0.9 lib/tapioca/dsl/helpers/grape_constants_helper.rb
grape_sorbet-0.0.8 lib/tapioca/dsl/helpers/grape_constants_helper.rb
grape_sorbet-0.0.7 lib/tapioca/dsl/helpers/grape_constants_helper.rb
grape_sorbet-0.0.6 lib/tapioca/dsl/helpers/grape_constants_helper.rb