Sha256: 2869e79713bb92c29211b2e8e6c7146ce39eccdb368e92501fddee14e56ed5cf

Contents?: true

Size: 346 Bytes

Versions: 14

Compression:

Stored size: 346 Bytes

Contents

module ChalkRuby
  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

14 entries across 14 versions & 1 rubygems

Version Path
chalk_ruby-0.2.8 sig/chalk_ruby/http/response.rbs
chalk_ruby-0.2.7 sig/chalk_ruby/http/response.rbs
chalk_ruby-0.2.6 sig/chalk_ruby/http/response.rbs
chalk_ruby-0.2.5 sig/chalk_ruby/http/response.rbs
chalk_ruby-0.2.4 sig/chalk_ruby/http/response.rbs
chalk_ruby-0.2.3 sig/chalk_ruby/http/response.rbs
chalk_ruby-0.2.2 sig/chalk_ruby/http/response.rbs
chalk_ruby-0.2.1 sig/chalk_ruby/http/response.rbs
chalk_ruby-0.2.0 sig/chalk_ruby/http/response.rbs
chalk_ruby-0.1.4 sig/chalk_ruby/http/response.rbs
chalk_ruby-0.1.3 sig/chalk_ruby/http/response.rbs
chalk_ruby-0.1.2 sig/chalk_ruby/http/response.rbs
chalk_ruby-0.1.1 sig/chalk_ruby/http/response.rbs
chalk_ruby-0.1.0 sig/chalk_ruby/http/response.rbs