Class: JIRA::Priority
- Inherits:
-
IssueProperty
- Object
- Entity
- DynamicEntity
- NamedEntity
- DescribedEntity
- IssueProperty
- JIRA::Priority
- Defined in:
- lib/jiraSOAP/entities/priority.rb
Overview
Contains all the metadata for a priority level.
Instance Method Summary collapse
-
#color ⇒ Array(String,String,String)
(also: #colour)
The RGB components as a triple.
Methods inherited from IssueProperty
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
#color ⇒ Array(String,String,String) Also known as: colour
The RGB components as a triple
9 |
# File 'lib/jiraSOAP/entities/priority.rb', line 9 add_attribute :color, 'color', :to_colour_triple |