Class: Jira4R::V2::RemoteWorklogImpl

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

Overview

http://service.soap.rpc.jira.atlassian.comRemoteWorklogImpl

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) ⇒ RemoteWorklogImpl

Returns a new instance of RemoteWorklogImpl.



770
771
772
773
774
775
776
777
778
779
780
781
782
# File 'lib/jira4r/v2/jiraService.rb', line 770

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.



758
759
760
# File 'lib/jira4r/v2/jiraService.rb', line 758

def author
  @author
end

#commentObject

Returns the value of attribute comment.



759
760
761
# File 'lib/jira4r/v2/jiraService.rb', line 759

def comment
  @comment
end

#createdObject

Returns the value of attribute created.



760
761
762
# File 'lib/jira4r/v2/jiraService.rb', line 760

def created
  @created
end

#groupLevelObject

Returns the value of attribute groupLevel.



761
762
763
# File 'lib/jira4r/v2/jiraService.rb', line 761

def groupLevel
  @groupLevel
end

#idObject

Returns the value of attribute id.



762
763
764
# File 'lib/jira4r/v2/jiraService.rb', line 762

def id
  @id
end

#roleLevelIdObject

Returns the value of attribute roleLevelId.



763
764
765
# File 'lib/jira4r/v2/jiraService.rb', line 763

def roleLevelId
  @roleLevelId
end

#startDateObject

Returns the value of attribute startDate.



764
765
766
# File 'lib/jira4r/v2/jiraService.rb', line 764

def startDate
  @startDate
end

#timeSpentObject

Returns the value of attribute timeSpent.



765
766
767
# File 'lib/jira4r/v2/jiraService.rb', line 765

def timeSpent
  @timeSpent
end

#timeSpentInSecondsObject

Returns the value of attribute timeSpentInSeconds.



766
767
768
# File 'lib/jira4r/v2/jiraService.rb', line 766

def timeSpentInSeconds
  @timeSpentInSeconds
end

#updateAuthorObject

Returns the value of attribute updateAuthor.



767
768
769
# File 'lib/jira4r/v2/jiraService.rb', line 767

def updateAuthor
  @updateAuthor
end

#updatedObject

Returns the value of attribute updated.



768
769
770
# File 'lib/jira4r/v2/jiraService.rb', line 768

def updated
  @updated
end