class JIRA::RemoteComment
{beans.soap.rpc.jira.atlassian.com}RemoteComment
author - SOAP::SOAPString body - SOAP::SOAPString created - SOAP::SOAPDateTime groupLevel - SOAP::SOAPString id - SOAP::SOAPString roleLevel - SOAP::SOAPString updateAuthor - SOAP::SOAPString updated - SOAP::SOAPDateTime
Attributes
body[RW]
created[RW]
groupLevel[RW]
id[RW]
roleLevel[RW]
updateAuthor[RW]
updated[RW]
Public Class Methods
new(author = nil, body = nil, created = nil, groupLevel = nil, id = nil, roleLevel = nil, updateAuthor = nil, updated = nil)
click to toggle source
# File lib/JIRA-SOAP-STUBS/default.rb, line 25 def initialize(author = nil, body = nil, created = nil, groupLevel = nil, id = nil, roleLevel = nil, updateAuthor = nil, updated = nil) @author = author @body = body @created = created @groupLevel = groupLevel @id = id @roleLevel = roleLevel @updateAuthor = updateAuthor @updated = updated end