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