class JIRA::RemoteProjectRole
{beans.soap.rpc.jira.atlassian.com}RemoteProjectRole
description - SOAP::SOAPString id - SOAP::SOAPLong name - SOAP::SOAPString
Attributes
description[RW]
id[RW]
name[RW]
Public Class Methods
new(description = nil, id = nil, name = nil)
click to toggle source
# File lib/JIRA-SOAP-STUBS/default.rb, line 621 def initialize(description = nil, id = nil, name = nil) @description = description @id = id @name = name end