Class: JIRA::DynamicEntity Abstract

Inherits:
Entity
  • Object
show all
Defined in:
lib/jiraSOAP/entities/dynamic_entity.rb

Overview

This class is abstract.

Anything that can be configured has an id field.

Direct Known Subclasses

Avatar, Comment, CustomFieldValue, Issue, NamedEntity

Instance Method Summary collapse

Methods inherited from Entity

add_attribute, inherited, #initialize_with_xml, new_with_xml

Instance Method Details

#idString

Usually a numerical value, but sometimes prefixed with a string

Examples:

'12450'
'customfield_10000'

Returns:

  • (String)


13
# File 'lib/jiraSOAP/entities/dynamic_entity.rb', line 13

add_attribute :id, 'id', :content