Class: JIRA::IssueProperty Abstract
- Inherits:
-
DescribedEntity
- Object
- Entity
- DynamicEntity
- NamedEntity
- DescribedEntity
- JIRA::IssueProperty
- Defined in:
- lib/jiraSOAP/entities/issue_property.rb
Overview
This class is abstract.
A common base for most issue properties; core issue properties also have an icon.
Direct Known Subclasses
Instance Method Summary collapse
-
#icon ⇒ URI::HTTP, NSURL
NSURL on MacRuby, URI::HTTP on CRuby.
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
#icon ⇒ URI::HTTP, NSURL
NSURL on MacRuby, URI::HTTP on CRuby
10 |
# File 'lib/jiraSOAP/entities/issue_property.rb', line 10 add_attribute :icon, 'icon', :to_url |