class JIRA::Resource::User

Public Class Methods

singular_path(client, key, prefix = '/') click to toggle source
# File lib/jira/resource/user.rb, line 8
def self.singular_path(client, key, prefix = '/')
  collection_path(client, prefix) + '?username=' + key
end