Exception: JIRA::Client::UninitializedAccessTokenError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jira/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



33
34
35
# File 'lib/jira/client.rb', line 33

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