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