Class: Ruboty::Jira::Actions::AssociateUser

Inherits:
Base
  • Object
show all
Defined in:
lib/ruboty/jira/actions/associate_user.rb

Instance Method Summary collapse

Methods inherited from Base

#associate_project, #associate_user, #client, #find_issue, #find_project, #find_user, #jira_context, #jira_password, #jira_site, #jira_username, #memory, #projects, #query_issue, #use_ssl, #users, #valid_project?, #valid_user?

Instance Method Details

#callObject



5
6
7
8
9
10
# File 'lib/ruboty/jira/actions/associate_user.rb', line 5

def call
  associate
  reply_message
rescue => e
  message.reply(e.message)
end