Class: JIRA::Permission

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

Overview

A permission id and the username that it is tied to.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Entity

add_attributes, #initialize_with_xml, new_with_xml, #to_soap

Instance Attribute Details

#nameString

Corresponds to name in the javadoc.

The permission type.

Returns:

  • (String)

#permissionFixnum

Corresponds to permission in the javadoc.

A unique id number.

Returns:

  • (Fixnum)