Class: JIRA::DescribedEntity Abstract

Inherits:
NamedEntity show all
Defined in:
lib/jiraSOAP/entities/described_entity.rb

Overview

This class is abstract.

Some named entities have a short description

Direct Known Subclasses

Filter, IssueProperty, Project, ProjectRole, Scheme

Instance Attribute Summary collapse

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

#descriptionString

Returns usually a short blurb.

Returns:

  • (String)

    usually a short blurb



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

def description
  @description
end