Sha256: ee8b907ef9def9ffac731d6bef138d03e8cec06d9c9ed7b253883dc227afc687
Contents?: true
Size: 198 Bytes
Versions: 2
Compression:
Stored size: 198 Bytes
Contents
module Httply class Response attr_accessor :response, :body def initialize(response) self.response = response self.body = response.body end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
httply-0.1.9 | lib/httply/response.rb |
httply-0.1.8 | lib/httply/response.rb |