| Class | Jira4R::V2::RemoteWorklog |
| In: |
lib/jira4r/v2/jiraService.rb
|
| Parent: | Object |
{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
| author | [RW] | |
| comment | [RW] | |
| created | [RW] | |
| groupLevel | [RW] | |
| id | [RW] | |
| roleLevelId | [RW] | |
| startDate | [RW] | |
| timeSpent | [RW] | |
| timeSpentInSeconds | [RW] | |
| updateAuthor | [RW] | |
| updated | [RW] |
# File lib/jira4r/v2/jiraService.rb, line 673
673: def initialize(author = nil, comment = nil, created = nil, groupLevel = nil, id = nil, roleLevelId = nil, startDate = nil, timeSpent = nil, timeSpentInSeconds = nil, updateAuthor = nil, updated = nil)
674: @author = author
675: @comment = comment
676: @created = created
677: @groupLevel = groupLevel
678: @id = id
679: @roleLevelId = roleLevelId
680: @startDate = startDate
681: @timeSpent = timeSpent
682: @timeSpentInSeconds = timeSpentInSeconds
683: @updateAuthor = updateAuthor
684: @updated = updated
685: end