class Artifactory::Resource::User

def api_path

Returns:
  • (String) -
def api_path
  @api_path ||= "/api/security/users/#{url_safe(name)}"
end