Class: JIRA::User
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
Methods inherited from Entity
add_attribute, inherited, #initialize_with_xml, new_with_xml
Instance Method Details
- (String) email_address
10 |
# File 'lib/jiraSOAP/entities/user.rb', line 10 add_attribute :email_address, 'email', :content |
- (String) full_name
7 |
# File 'lib/jiraSOAP/entities/user.rb', line 7 add_attribute :full_name, 'fullname', :content |