Sha256: 7d5c7c16355252767dad9e795da6acb384eae6b0636a1d11a19667a465769b32
Contents?: true
Size: 150 Bytes
Versions: 2
Compression:
Stored size: 150 Bytes
Contents
module Excon class Response attr_accessor :body, :headers, :status def initialize @body = '' @headers = {} end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
excon-0.0.2 | lib/excon/response.rb |
excon-0.0.1 | lib/excon/response.rb |