Class: JIRA::IssueProperty Abstract

Inherits:
DescribedEntity show all
Defined in:
lib/jiraSOAP/entities/issue_property.rb

Overview

This class is abstract.

A common base for most issue properties; core issue properties have an icon to go with them to help identify properties of issues more quickly.

Direct Known Subclasses

IssueType, Priority, Resolution, Status

Instance Attribute Summary collapse

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, #to_soap

Instance Attribute Details

#iconURI::HTTP,NSURL

Corresponds to icon in the javadoc.

NSURL on MacRuby and a URI::HTTP object on CRuby.

Returns: