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