class JIRA::OauthClient::UninitializedAccessTokenError

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

Public Instance Methods

message() click to toggle source
# File lib/jira/oauth_client.rb, line 20
def message
  'init_access_token must be called before using the client'
end