Class: GeniusReferrals::AuthenticationsResource
- Defined in:
- lib/genius_referrals/resources/authentications.rb
Instance Method Summary collapse
-
#test ⇒ Object
Call
/test-authenticationwith the configured token.
Methods inherited from Resource
Constructor Details
This class inherits a constructor from GeniusReferrals::Resource
Instance Method Details
#test ⇒ Object
Call /test-authentication with the configured token.
4 5 6 |
# File 'lib/genius_referrals/resources/authentications.rb', line 4 def test request('GET', '/test-authentication') end |