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
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.
673 674 675 676 677 678 679 680 681 682 683 684 685 |
# File 'lib/jira4r/v2/jiraService.rb', line 673 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.
661 662 663 |
# File 'lib/jira4r/v2/jiraService.rb', line 661 def @author end |
#comment ⇒ Object
Returns the value of attribute comment.
662 663 664 |
# File 'lib/jira4r/v2/jiraService.rb', line 662 def comment @comment end |
#created ⇒ Object
Returns the value of attribute created.
663 664 665 |
# File 'lib/jira4r/v2/jiraService.rb', line 663 def created @created end |
#groupLevel ⇒ Object
Returns the value of attribute groupLevel.
664 665 666 |
# File 'lib/jira4r/v2/jiraService.rb', line 664 def groupLevel @groupLevel end |
#id ⇒ Object
Returns the value of attribute id.
665 666 667 |
# File 'lib/jira4r/v2/jiraService.rb', line 665 def id @id end |
#roleLevelId ⇒ Object
Returns the value of attribute roleLevelId.
666 667 668 |
# File 'lib/jira4r/v2/jiraService.rb', line 666 def roleLevelId @roleLevelId end |
#startDate ⇒ Object
Returns the value of attribute startDate.
667 668 669 |
# File 'lib/jira4r/v2/jiraService.rb', line 667 def startDate @startDate end |
#timeSpent ⇒ Object
Returns the value of attribute timeSpent.
668 669 670 |
# File 'lib/jira4r/v2/jiraService.rb', line 668 def timeSpent @timeSpent end |
#timeSpentInSeconds ⇒ Object
Returns the value of attribute timeSpentInSeconds.
669 670 671 |
# File 'lib/jira4r/v2/jiraService.rb', line 669 def timeSpentInSeconds @timeSpentInSeconds end |
#updateAuthor ⇒ Object
Returns the value of attribute updateAuthor.
670 671 672 |
# File 'lib/jira4r/v2/jiraService.rb', line 670 def updateAuthor @updateAuthor end |
#updated ⇒ Object
Returns the value of attribute updated.
671 672 673 |
# File 'lib/jira4r/v2/jiraService.rb', line 671 def updated @updated end |