Sha256: 91fe1818a556189028ff87fe1d0cc70e041a253215b7520d4b7c0bead794c035
Contents?: true
Size: 289 Bytes
Versions: 1
Compression:
Stored size: 289 Bytes
Contents
module Moceansdk module Auth class AbstractAuth def auth_method raise NotImplementedError, 'AbstractAuth is a abstract class' end def params raise NotImplementedError, 'AbstractAuth is a abstract class' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moceansdk-1.0.0 | lib/moceansdk/auth/abstract_auth.rb |