Class: JIRA::ProjectRole
- Inherits:
-
DescribedEntity
- Object
- Entity
- DynamicEntity
- NamedEntity
- DescribedEntity
- JIRA::ProjectRole
- Defined in:
- lib/jiraSOAP/entities/project_role.rb
Overview
Only a name, description, and id.
Instance Method Summary collapse
Methods inherited from DescribedEntity
Methods inherited from NamedEntity
Methods inherited from DynamicEntity
Methods inherited from Entity
add_attribute, inherited, #initialize_with_xml, new_with_xml
Instance Method Details
#soapify_for(msg) ⇒ Object
6 7 8 9 10 |
# File 'lib/jiraSOAP/entities/project_role.rb', line 6 def soapify_for msg msg.add 'id', @id msg.add 'name', @name msg.add 'description', @description end |