Sha256: 5eff38659237e936d7275ca75b7457cfc40f7716bcd86e8a067274fc482d74bd
Contents?: true
Size: 247 Bytes
Versions: 2
Compression:
Stored size: 247 Bytes
Contents
module VzaarApi module Signature class Single < Abstract ENDPOINT = 'signature/single/2' def after_initialize(attrs = {}) # no-op in this class end def multipart? false end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vzaar_api-2.0.2 | lib/vzaar_api/signature/single.rb |
vzaar_api-2.0.1 | lib/vzaar_api/signature/single.rb |