Class: JIRA::UserName
- Defined in:
- lib/jiraSOAP/entities/username.rb
Overview
TODO:
Find out if this is an abstract class.
This is just a @name, JIRA::User should inherit from this class
Direct Known Subclasses
Instance Method Summary collapse
- #username ⇒ String (also: #name)
Methods inherited from Entity
add_attribute, inherited, #initialize_with_xml, new_with_xml
Instance Method Details
#username ⇒ String Also known as: name
8 |
# File 'lib/jiraSOAP/entities/username.rb', line 8 add_attribute :username, 'name', :content |