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