class JIRA::RemoteSecurityLevel

{beans.soap.rpc.jira.atlassian.com}RemoteSecurityLevel

id - SOAP::SOAPString
name - SOAP::SOAPString
description - SOAP::SOAPString

Attributes

description[RW]
id[RW]
name[RW]

Public Class Methods

new(id = nil, name = nil, description = nil) click to toggle source
# File lib/JIRA-SOAP-STUBS/default.rb, line 372
def initialize(id = nil, name = nil, description = nil)
  @id = id
  @name = name
  @description = description
end