Method: Passfort::Endpoint::Checks#initialize
- Defined in:
- lib/passfort/endpoint/checks.rb
#initialize(client) ⇒ Checks
Returns a new instance of Checks.
6 7 8 |
# File 'lib/passfort/endpoint/checks.rb', line 6 def initialize(client) @client = client end |