Class: JIRA::DynamicEntity Abstract
- 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
Instance Method Summary collapse
-
#id ⇒ String
Usually a numerical value, but sometimes prefixed with a string.
Methods inherited from Entity
add_attribute, inherited, #initialize_with_xml, new_with_xml
Instance Method Details
#id ⇒ String
Usually a numerical value, but sometimes prefixed with a string
13 |
# File 'lib/jiraSOAP/entities/dynamic_entity.rb', line 13 add_attribute :id, 'id', :content |