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, #to_soap

Instance Attribute Details

#authorString

Corresponds to author in the javadoc.

Returns:

  • (String)

#project_nameString

Corresponds to project in the javadoc.

Returns:

  • (String)

#xmlString

Corresponds to xml in the javadoc.

Returns:

  • (String)