Class: JIRA::User

Inherits:
UserName show all
Defined in:
lib/jiraSOAP/entities/user.rb

Overview

Contains only the basic information about a user. The only things missing here are the permissions and login statistics, but these are not given in the API.

Instance Attribute Summary collapse

Attributes inherited from UserName

#username

Method Summary

Methods inherited from Entity

add_attributes, #initialize_with_xml, new_with_xml, #to_soap

Instance Attribute Details

#email_addressString

Corresponds to email in the javadoc.

Returns:

  • (String)

#full_nameString

Corresponds to fullname in the javadoc.

Returns:

  • (String)