Class: JIRA::Priority

Inherits:
IssueProperty show all
Defined in:
lib/jiraSOAP/entities/priority.rb

Overview

Contains all the metadata for a priority level.

Instance Attribute Summary collapse

Attributes inherited from IssueProperty

#icon

Attributes inherited from DescribedEntity

#description

Attributes inherited from NamedEntity

#name

Attributes inherited from DynamicEntity

#id

Method Summary

Methods inherited from Entity

add_attributes, #initialize_with_xml, new_with_xml

Instance Attribute Details

#colorArray(String,String,String) Also known as: colour

Returns the RGB components as a triple.

Returns:

  • (Array(String,String,String))

    the RGB components as a triple



6
7
8
# File 'lib/jiraSOAP/entities/priority.rb', line 6

def color
  @color
end