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