Module: Authograph
- Defined in:
- lib/authograph.rb,
lib/authograph/rspec.rb,
lib/authograph/signer.rb,
lib/authograph/version.rb
Defined Under Namespace
Modules: Adapters, RSpecHelpers Classes: Signer
Constant Summary collapse
- VERSION =
"1.0.5"
Class Method Summary collapse
Class Method Details
.signer(**_kwargs) ⇒ Object
6 7 8 |
# File 'lib/authograph.rb', line 6 def self.signer(**_kwargs) Signer.new(**_kwargs) end |