Sha256: 355086969c6fd46ab0f5584bc62f82ace9389c4c64ba64b65e20c105e4a3c33d
Contents?: true
Size: 259 Bytes
Versions: 2
Compression:
Stored size: 259 Bytes
Contents
module CheckIssuing class Client < Request def initialize end def base_path '' end def call(relative_path, data = nil, options = {}) self.post(base_path+relative_path, options.reverse_merge(body: data)) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
check_issuing-1.0.3 | lib/check_issuing/client.rb |
check_issuing-1.0.2 | lib/check_issuing/client.rb |