Class: JIRA::RemoteWorklog

Inherits:
Object
  • Object
show all
Defined in:
lib/JIRA-SOAP-STUBS/default.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.



735
736
737
738
739
740
741
742
743
744
745
746
747
# 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

Instance Attribute Details

#author ⇒ Object

Returns the value of attribute author.



723
724
725
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 723

def author
  @author
end

#comment ⇒ Object

Returns the value of attribute comment.



724
725
726
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 724

def comment
  @comment
end

#created ⇒ Object

Returns the value of attribute created.



725
726
727
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 725

def created
  @created
end

#groupLevel ⇒ Object

Returns the value of attribute groupLevel.



726
727
728
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 726

def groupLevel
  @groupLevel
end

#id ⇒ Object

Returns the value of attribute id.



727
728
729
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 727

def id
  @id
end

#roleLevelId ⇒ Object

Returns the value of attribute roleLevelId.



728
729
730
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 728

def roleLevelId
  @roleLevelId
end

#startDate ⇒ Object

Returns the value of attribute startDate.



729
730
731
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 729

def startDate
  @startDate
end

#timeSpent ⇒ Object

Returns the value of attribute timeSpent.



730
731
732
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 730

def timeSpent
  @timeSpent
end

#timeSpentInSeconds ⇒ Object

Returns the value of attribute timeSpentInSeconds.



731
732
733
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 731

def timeSpentInSeconds
  @timeSpentInSeconds
end

#updateAuthor ⇒ Object

Returns the value of attribute updateAuthor.



732
733
734
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 732

def updateAuthor
  @updateAuthor
end

#updated ⇒ Object

Returns the value of attribute updated.



733
734
735
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 733

def updated
  @updated
end