Sha256: 4ceac0bfb4a95b60268fe7382b8a02051b6147bbbb0db7bff641b607fb1dfc65
Contents?: true
Size: 180 Bytes
Versions: 7
Compression:
Stored size: 180 Bytes
Contents
module VismaEaccounting class Response attr_accessor :body, :headers def initialize(body: {}, headers: {}) @body = body @headers = headers end end end
Version data entries
7 entries across 7 versions & 1 rubygems