Class: Jira4R::V2::RemoteWorklogImpl
- Inherits:
-
RemoteWorklog
- Object
- RemoteWorklog
- Jira4R::V2::RemoteWorklogImpl
- Defined in:
- lib/jira4r/v2/jiraService.rb
Overview
http://service.soap.rpc.jira.atlassian.comRemoteWorklogImpl
- 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
-
#author ⇒ Object
Returns the value of attribute author.
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#created ⇒ Object
Returns the value of attribute created.
-
#groupLevel ⇒ Object
Returns the value of attribute groupLevel.
-
#id ⇒ Object
Returns the value of attribute id.
-
#roleLevelId ⇒ Object
Returns the value of attribute roleLevelId.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
-
#timeSpent ⇒ Object
Returns the value of attribute timeSpent.
-
#timeSpentInSeconds ⇒ Object
Returns the value of attribute timeSpentInSeconds.
-
#updateAuthor ⇒ Object
Returns the value of attribute updateAuthor.
-
#updated ⇒ Object
Returns the value of attribute updated.
Instance Method Summary collapse
-
#initialize(author = nil, comment = nil, created = nil, groupLevel = nil, id = nil, roleLevelId = nil, startDate = nil, timeSpent = nil, timeSpentInSeconds = nil, updateAuthor = nil, updated = nil) ⇒ RemoteWorklogImpl
constructor
A new instance of RemoteWorklogImpl.
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( = nil, comment = nil, created = nil, groupLevel = nil, id = nil, roleLevelId = nil, startDate = nil, timeSpent = nil, timeSpentInSeconds = nil, updateAuthor = nil, updated = nil) @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.
758 759 760 |
# File 'lib/jira4r/v2/jiraService.rb', line 758 def @author end |
#comment ⇒ Object
Returns the value of attribute comment.
759 760 761 |
# File 'lib/jira4r/v2/jiraService.rb', line 759 def comment @comment end |
#created ⇒ Object
Returns the value of attribute created.
760 761 762 |
# File 'lib/jira4r/v2/jiraService.rb', line 760 def created @created end |
#groupLevel ⇒ Object
Returns the value of attribute groupLevel.
761 762 763 |
# File 'lib/jira4r/v2/jiraService.rb', line 761 def groupLevel @groupLevel end |
#id ⇒ Object
Returns the value of attribute id.
762 763 764 |
# File 'lib/jira4r/v2/jiraService.rb', line 762 def id @id end |
#roleLevelId ⇒ Object
Returns the value of attribute roleLevelId.
763 764 765 |
# File 'lib/jira4r/v2/jiraService.rb', line 763 def roleLevelId @roleLevelId end |
#startDate ⇒ Object
Returns the value of attribute startDate.
764 765 766 |
# File 'lib/jira4r/v2/jiraService.rb', line 764 def startDate @startDate end |
#timeSpent ⇒ Object
Returns the value of attribute timeSpent.
765 766 767 |
# File 'lib/jira4r/v2/jiraService.rb', line 765 def timeSpent @timeSpent end |
#timeSpentInSeconds ⇒ Object
Returns the value of attribute timeSpentInSeconds.
766 767 768 |
# File 'lib/jira4r/v2/jiraService.rb', line 766 def timeSpentInSeconds @timeSpentInSeconds end |
#updateAuthor ⇒ Object
Returns the value of attribute updateAuthor.
767 768 769 |
# File 'lib/jira4r/v2/jiraService.rb', line 767 def updateAuthor @updateAuthor end |
#updated ⇒ Object
Returns the value of attribute updated.
768 769 770 |
# File 'lib/jira4r/v2/jiraService.rb', line 768 def updated @updated end |