Class: JIRA::UserGroup

Inherits:
Entity
  • Object
show all
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

#nameString

Returns:

  • (String)


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

add_attribute :name, 'name', :content

#usersArray<JIRA::User>

TODO:

I suspect that I will have to delete users from SOAPifying

Returns:



13
# File 'lib/jiraSOAP/entities/usergroup.rb', line 13

add_attribute :users, 'users', [:children_as_objects, JIRA::User]