Class: JIRA::NamedEntity Abstract

Inherits:
DynamicEntity show all
Defined in:
lib/jiraSOAP/entities/named_entity.rb

Overview

This class is abstract.

Most dynamic entities also have a name

Instance Attribute Summary collapse

Attributes inherited from DynamicEntity

#id

Method Summary

Methods inherited from Entity

add_attributes, #initialize_with_xml, new_with_xml

Instance Attribute Details

#nameString

Returns a plain language name.

Returns:

  • (String)

    a plain language name



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

def name
  @name
end