Class: Jira4R::V2::RemoteComment
- Inherits:
-
Object
- Object
- Jira4R::V2::RemoteComment
- Defined in:
- lib/jira4r/v2/jiraService.rb
Overview
http://beans.soap.rpc.jira.atlassian.comRemoteComment
- SOAP::SOAPString
body - SOAP::SOAPString
created - SOAP::SOAPDateTime
groupLevel - SOAP::SOAPString
id - SOAP::SOAPString
roleLevel - SOAP::SOAPString
updateAuthor - SOAP::SOAPString
updated - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#body ⇒ Object
Returns the value of attribute body.
-
#created ⇒ Object
Returns the value of attribute created.
-
#groupLevel ⇒ Object
Returns the value of attribute groupLevel.
-
#id ⇒ Object
Returns the value of attribute id.
-
#roleLevel ⇒ Object
Returns the value of attribute roleLevel.
-
#updateAuthor ⇒ Object
Returns the value of attribute updateAuthor.
-
#updated ⇒ Object
Returns the value of attribute updated.
Instance Method Summary collapse
-
#initialize(author = nil, body = nil, created = nil, groupLevel = nil, id = nil, roleLevel = nil, updateAuthor = nil, updated = nil) ⇒ RemoteComment
constructor
A new instance of RemoteComment.
Constructor Details
#initialize(author = nil, body = nil, created = nil, groupLevel = nil, id = nil, roleLevel = nil, updateAuthor = nil, updated = nil) ⇒ RemoteComment
Returns a new instance of RemoteComment.
25 26 27 28 29 30 31 32 33 34 |
# File 'lib/jira4r/v2/jiraService.rb', line 25 def initialize( = nil, body = nil, created = nil, groupLevel = nil, id = nil, roleLevel = nil, updateAuthor = nil, updated = nil) @author = @body = body @created = created @groupLevel = groupLevel @id = id @roleLevel = roleLevel @updateAuthor = updateAuthor @updated = updated end |
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author.
16 17 18 |
# File 'lib/jira4r/v2/jiraService.rb', line 16 def @author end |
#body ⇒ Object
Returns the value of attribute body.
17 18 19 |
# File 'lib/jira4r/v2/jiraService.rb', line 17 def body @body end |
#created ⇒ Object
Returns the value of attribute created.
18 19 20 |
# File 'lib/jira4r/v2/jiraService.rb', line 18 def created @created end |
#groupLevel ⇒ Object
Returns the value of attribute groupLevel.
19 20 21 |
# File 'lib/jira4r/v2/jiraService.rb', line 19 def groupLevel @groupLevel end |
#id ⇒ Object
Returns the value of attribute id.
20 21 22 |
# File 'lib/jira4r/v2/jiraService.rb', line 20 def id @id end |
#roleLevel ⇒ Object
Returns the value of attribute roleLevel.
21 22 23 |
# File 'lib/jira4r/v2/jiraService.rb', line 21 def roleLevel @roleLevel end |
#updateAuthor ⇒ Object
Returns the value of attribute updateAuthor.
22 23 24 |
# File 'lib/jira4r/v2/jiraService.rb', line 22 def updateAuthor @updateAuthor end |
#updated ⇒ Object
Returns the value of attribute updated.
23 24 25 |
# File 'lib/jira4r/v2/jiraService.rb', line 23 def updated @updated end |