Sha256: 7cff1192c32294520aca5a084c4a00cbe02ada729756aec2a1db2f63eec40475

Contents?: true

Size: 367 Bytes

Versions: 1

Compression:

Stored size: 367 Bytes

Contents

# frozen_string_literal: true

module Rack
  class BlastWave::RequestId
    module Extentions
      # @api private
      # @since 0.1.0
      module RequestInterface
        # @return [String]
        #
        # @api public
        # @since 0.1.0
        def request_id
          env[BlastWave::RequestId::REQUEST_ID_ENV_KEY]
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blast_wave-0.0.0 lib/blast_wave/request_id/extensions/request_interface.rb