Class: JIRA::UserGroup
- Defined in:
- lib/jiraSOAP/entities/usergroup.rb
Overview
Though this class contains a name, it is not the same name that you get from a NamedEntity.
Instance Method Summary collapse
Methods inherited from Entity
add_attribute, inherited, #initialize_with_xml, new_with_xml
Instance Method Details
#name ⇒ String
7 |
# File 'lib/jiraSOAP/entities/usergroup.rb', line 7 add_attribute :name, 'name', :content |
#users ⇒ Array<JIRA::User>
TODO:
I suspect that I will have to delete users from SOAPifying
13 |
# File 'lib/jiraSOAP/entities/usergroup.rb', line 13 add_attribute :users, 'users', [:children_as_objects, JIRA::User] |