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.3.4 sig/http/response.rbs
algolia-2.3.3 sig/http/response.rbs
algolia-2.3.2 sig/http/response.rbs
algolia-2.3.1 sig/http/response.rbs
algolia-2.3.0 sig/http/response.rbs
algolia-2.2.5 sig/http/response.rbs
algolia-2.2.4 sig/http/response.rbs
algolia-2.2.3 sig/http/response.rbs
algolia-2.2.2 sig/http/response.rbs
algolia-2.2.1 sig/http/response.rbs
algolia-2.2.0 sig/http/response.rbs
algolia-2.1.1 sig/http/response.rbs
algolia-2.0.4 sig/http/response.rbs
algolia-2.0.3 sig/http/response.rbs
algolia-2.0.2 sig/http/response.rbs
algolia-2.0.1 sig/http/response.rbs
algolia-2.0.0 sig/http/response.rbs
algolia-2.0.0.pre.beta.3 sig/http/response.rbs
algolia-2.0.0.pre.beta.2 sig/http/response.rbs
algolia-2.0.0.pre.beta.1 sig/http/response.rbs