class Teamsupport::REST::Client

Public Instance Methods

auth?() click to toggle source

Checks for the existence of an authentication hash on the Client

@example

teamsupport_client = Teamsupport::REST::Client.new(api_key: 'AK', api_secret: 'AS')
teamsupport_client.auth?

@return [Boolean]

@api public

Calls superclass method Teamsupport::Client#auth?
# File lib/teamsupport/rest/client.rb, line 20
def auth?
  super
end