Class: JIRA::Filter

Inherits:
DescribedEntity show all
Defined in:
lib/jiraSOAP/entities/filter.rb

Overview

Represents a filter, but does not seem to include the filters JQL query.

Instance Attribute Summary collapse

Attributes inherited from DescribedEntity

#description

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

#authorString

Returns:

  • (String)


10
11
12
# File 'lib/jiraSOAP/entities/filter.rb', line 10

def author
  @author
end

#project_nameString

Returns:

  • (String)


13
14
15
# File 'lib/jiraSOAP/entities/filter.rb', line 13

def project_name
  @project_name
end

#xmlnil

Returns:

  • (nil)


16
17
18
# File 'lib/jiraSOAP/entities/filter.rb', line 16

def xml
  @xml
end