Class: JIRA::DescribedEntity Abstract
- Inherits:
-
NamedEntity
- Object
- Entity
- DynamicEntity
- NamedEntity
- JIRA::DescribedEntity
- Defined in:
- lib/jiraSOAP/entities/described_entity.rb
Overview
This class is abstract.
A named entity that also has a short description
Direct Known Subclasses
Filter, IssueProperty, Project, ProjectRole, Scheme, Worklog
Instance Method Summary collapse
-
#description ⇒ String
A short blurb.
Methods inherited from NamedEntity
Methods inherited from DynamicEntity
Methods inherited from Entity
add_attribute, inherited, #initialize_with_xml, new_with_xml
Instance Method Details
#description ⇒ String
A short blurb
9 |
# File 'lib/jiraSOAP/entities/described_entity.rb', line 9 add_attribute :description, 'description', :content |