Class: Jira4R::V2::RemoteWorklog
- Inherits:
-
Object
- Object
- Jira4R::V2::RemoteWorklog
- Defined in:
- lib/jira4r/v2/jiraService.rb
Overview
http://beans.soap.rpc.jira.atlassian.comRemoteWorklog
- 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
Direct Known Subclasses
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) ⇒ RemoteWorklog
constructor
A new instance of RemoteWorklog.
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/jiraService.rb', line 730 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.
718 719 720 |
# File 'lib/jira4r/v2/jiraService.rb', line 718 def @author end |
#comment ⇒ Object
Returns the value of attribute comment.
719 720 721 |
# File 'lib/jira4r/v2/jiraService.rb', line 719 def comment @comment end |
#created ⇒ Object
Returns the value of attribute created.
720 721 722 |
# File 'lib/jira4r/v2/jiraService.rb', line 720 def created @created end |
#groupLevel ⇒ Object
Returns the value of attribute groupLevel.
721 722 723 |
# File 'lib/jira4r/v2/jiraService.rb', line 721 def groupLevel @groupLevel end |
#id ⇒ Object
Returns the value of attribute id.
722 723 724 |
# File 'lib/jira4r/v2/jiraService.rb', line 722 def id @id end |
#roleLevelId ⇒ Object
Returns the value of attribute roleLevelId.
723 724 725 |
# File 'lib/jira4r/v2/jiraService.rb', line 723 def roleLevelId @roleLevelId end |
#startDate ⇒ Object
Returns the value of attribute startDate.
724 725 726 |
# File 'lib/jira4r/v2/jiraService.rb', line 724 def startDate @startDate end |
#timeSpent ⇒ Object
Returns the value of attribute timeSpent.
725 726 727 |
# File 'lib/jira4r/v2/jiraService.rb', line 725 def timeSpent @timeSpent end |
#timeSpentInSeconds ⇒ Object
Returns the value of attribute timeSpentInSeconds.
726 727 728 |
# File 'lib/jira4r/v2/jiraService.rb', line 726 def timeSpentInSeconds @timeSpentInSeconds end |
#updateAuthor ⇒ Object
Returns the value of attribute updateAuthor.
727 728 729 |
# File 'lib/jira4r/v2/jiraService.rb', line 727 def updateAuthor @updateAuthor end |
#updated ⇒ Object
Returns the value of attribute updated.
728 729 730 |
# File 'lib/jira4r/v2/jiraService.rb', line 728 def updated @updated end |