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 Method Summary collapse

Methods inherited from UserName

#username

Methods inherited from Entity

add_attribute, inherited, #initialize_with_xml, new_with_xml

Instance Method Details

#email_addressString

Returns:

  • (String)


10
# File 'lib/jiraSOAP/entities/user.rb', line 10

add_attribute :email_address, 'email', :content

#full_nameString

Returns:

  • (String)


7
# File 'lib/jiraSOAP/entities/user.rb', line 7

add_attribute :full_name, 'fullname', :content