Exception: JIRA::OauthClient::UninitializedAccessTokenError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jira/oauth_client.rb

Overview

This exception is thrown when the client is used before the OAuth access token has been initialized.

Instance Method Summary collapse

Instance Method Details

#messageObject



31
32
33
# File 'lib/jira/oauth_client.rb', line 31

def message
  'init_access_token must be called before using the client'
end