Class: Jira4R::V2::RemoteWorklog

Inherits:
Object
  • Object
show all
Defined in:
lib/jira4r/v2/jiraService.rb

Overview

http://beans.soap.rpc.jira.atlassian.comRemoteWorklog

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(author = nil, comment = nil, created = nil, groupLevel = nil, id = nil, roleLevelId = nil, startDate = nil, timeSpent = nil, timeSpentInSeconds = nil, updateAuthor = nil, updated = nil) ⇒ RemoteWorklog

Returns a new instance of RemoteWorklog.



673
674
675
676
677
678
679
680
681
682
683
684
685
# File 'lib/jira4r/v2/jiraService.rb', line 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)
  @author = author
  @comment = comment
  @created = created
  @groupLevel = groupLevel
  @id = id
  @roleLevelId = roleLevelId
  @startDate = startDate
  @timeSpent = timeSpent
  @timeSpentInSeconds = timeSpentInSeconds
  @updateAuthor = updateAuthor
  @updated = updated
end

Instance Attribute Details

#authorObject

Returns the value of attribute author.



661
662
663
# File 'lib/jira4r/v2/jiraService.rb', line 661

def author
  @author
end

#commentObject

Returns the value of attribute comment.



662
663
664
# File 'lib/jira4r/v2/jiraService.rb', line 662

def comment
  @comment
end

#createdObject

Returns the value of attribute created.



663
664
665
# File 'lib/jira4r/v2/jiraService.rb', line 663

def created
  @created
end

#groupLevelObject

Returns the value of attribute groupLevel.



664
665
666
# File 'lib/jira4r/v2/jiraService.rb', line 664

def groupLevel
  @groupLevel
end

#idObject

Returns the value of attribute id.



665
666
667
# File 'lib/jira4r/v2/jiraService.rb', line 665

def id
  @id
end

#roleLevelIdObject

Returns the value of attribute roleLevelId.



666
667
668
# File 'lib/jira4r/v2/jiraService.rb', line 666

def roleLevelId
  @roleLevelId
end

#startDateObject

Returns the value of attribute startDate.



667
668
669
# File 'lib/jira4r/v2/jiraService.rb', line 667

def startDate
  @startDate
end

#timeSpentObject

Returns the value of attribute timeSpent.



668
669
670
# File 'lib/jira4r/v2/jiraService.rb', line 668

def timeSpent
  @timeSpent
end

#timeSpentInSecondsObject

Returns the value of attribute timeSpentInSeconds.



669
670
671
# File 'lib/jira4r/v2/jiraService.rb', line 669

def timeSpentInSeconds
  @timeSpentInSeconds
end

#updateAuthorObject

Returns the value of attribute updateAuthor.



670
671
672
# File 'lib/jira4r/v2/jiraService.rb', line 670

def updateAuthor
  @updateAuthor
end

#updatedObject

Returns the value of attribute updated.



671
672
673
# File 'lib/jira4r/v2/jiraService.rb', line 671

def updated
  @updated
end