Sha256: eaa09f3e1461bd1ba149a0f1640e4f8ffa32762ee12b74afe6491360286fb09c

Contents?: true

Size: 173 Bytes

Versions: 5

Compression:

Stored size: 173 Bytes

Contents

module Confrater
  class Response
    attr_accessor :body, :headers

    def initialize(body: {}, headers: {})
      @body = body
      @headers = headers
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
confrater-0.0.6 lib/confrater/response.rb
confrater-0.0.5 lib/confrater/response.rb
confrater-0.0.4 lib/confrater/response.rb
confrater-0.0.3 lib/confrater/response.rb
confrater-0.0.2 lib/confrater/response.rb