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



21
22
23
# File 'lib/jira/oauth_client.rb', line 21

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