Class: JIRA::RemoteComment

Inherits:
Object
  • Object
show all
Defined in:
lib/JIRA-SOAP-STUBS/default.rb

Overview

http://beans.soap.rpc.jira.atlassian.comRemoteComment author - 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

Instance Method Summary collapse

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/JIRA-SOAP-STUBS/default.rb', line 25

def initialize(author = nil, body = nil, created = nil, groupLevel = nil, id = nil, roleLevel = nil, updateAuthor = nil, updated = nil)
  @author = 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/JIRA-SOAP-STUBS/default.rb', line 16

def author
  @author
end

#body ⇒ Object

Returns the value of attribute body.



17
18
19
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 17

def body
  @body
end

#created ⇒ Object

Returns the value of attribute created.



18
19
20
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 18

def created
  @created
end

#groupLevel ⇒ Object

Returns the value of attribute groupLevel.



19
20
21
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 19

def groupLevel
  @groupLevel
end

#id ⇒ Object

Returns the value of attribute id.



20
21
22
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 20

def id
  @id
end

#roleLevel ⇒ Object

Returns the value of attribute roleLevel.



21
22
23
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 21

def roleLevel
  @roleLevel
end

#updateAuthor ⇒ Object

Returns the value of attribute updateAuthor.



22
23
24
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 22

def updateAuthor
  @updateAuthor
end

#updated ⇒ Object

Returns the value of attribute updated.



23
24
25
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 23

def updated
  @updated
end