Class: Jira4R::V2::RemoteWorklog

Inherits:
Object
  • Object
show all
Defined in:
lib/jira4r/v2/jira_service.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.



730
731
732
733
734
735
736
737
738
739
740
741
742
# File 'lib/jira4r/v2/jira_service.rb', line 730

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.



718
719
720
# File 'lib/jira4r/v2/jira_service.rb', line 718

def author
  @author
end

#commentObject

Returns the value of attribute comment.



719
720
721
# File 'lib/jira4r/v2/jira_service.rb', line 719

def comment
  @comment
end

#createdObject

Returns the value of attribute created.



720
721
722
# File 'lib/jira4r/v2/jira_service.rb', line 720

def created
  @created
end

#groupLevelObject

Returns the value of attribute groupLevel.



721
722
723
# File 'lib/jira4r/v2/jira_service.rb', line 721

def groupLevel
  @groupLevel
end

#idObject

Returns the value of attribute id.



722
723
724
# File 'lib/jira4r/v2/jira_service.rb', line 722

def id
  @id
end

#roleLevelIdObject

Returns the value of attribute roleLevelId.



723
724
725
# File 'lib/jira4r/v2/jira_service.rb', line 723

def roleLevelId
  @roleLevelId
end

#startDateObject

Returns the value of attribute startDate.



724
725
726
# File 'lib/jira4r/v2/jira_service.rb', line 724

def startDate
  @startDate
end

#timeSpentObject

Returns the value of attribute timeSpent.



725
726
727
# File 'lib/jira4r/v2/jira_service.rb', line 725

def timeSpent
  @timeSpent
end

#timeSpentInSecondsObject

Returns the value of attribute timeSpentInSeconds.



726
727
728
# File 'lib/jira4r/v2/jira_service.rb', line 726

def timeSpentInSeconds
  @timeSpentInSeconds
end

#updateAuthorObject

Returns the value of attribute updateAuthor.



727
728
729
# File 'lib/jira4r/v2/jira_service.rb', line 727

def updateAuthor
  @updateAuthor
end

#updatedObject

Returns the value of attribute updated.



728
729
730
# File 'lib/jira4r/v2/jira_service.rb', line 728

def updated
  @updated
end