Sha256: 5b9ca4e60f542bbd796ffe79d04de5c3b2a4129d57227e7b8627b8130a787aec

Contents?: true

Size: 344 Bytes

Versions: 23

Compression:

Stored size: 344 Bytes

Contents

module Algolia
  module Http
    class Response
      attr_reader status: String
      attr_reader body: String
      attr_reader error: String
      attr_reader headers: String
      attr_reader has_timed_out: bool
      attr_reader network_failure: bool

      def initialize: (?::Hash[Symbol, String|bool] opts) -> untyped
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
algolia-2.0.0.pre.alpha.4 sig/http/response.rbs
algolia-2.0.0.pre.alpha.3 sig/http/response.rbs
algolia-2.0.0.pre.alpha.2 sig/http/response.rbs