Class: GeniusReferrals::AuthenticationsResource

Inherits:
Resource
  • Object
show all
Defined in:
lib/genius_referrals/resources/authentications.rb

Instance Method Summary collapse

Methods inherited from Resource

#initialize

Constructor Details

This class inherits a constructor from GeniusReferrals::Resource

Instance Method Details

#testObject

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