Sha256: fb57ed67421d7b30c7e0554a0ba24363fe9c71768daed3723d91076c679e8e87
Contents?: true
Size: 204 Bytes
Versions: 1
Compression:
Stored size: 204 Bytes
Contents
module Apitizer module Connection class Response attr_reader :code, :content def initialize(code:, content:) @code = code @content = content end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
apitizer-0.0.2 | lib/apitizer/connection/response.rb |