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