Class: Jira4R::V2::RemoteComment

Inherits:
Object
  • Object
show all
Defined in:
lib/jira4r/v2/jira_service.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

- (RemoteComment) initialize(author = nil, body = nil, created = nil, groupLevel = nil, id = nil, roleLevel = nil, updateAuthor = nil, updated = nil)

A new instance of RemoteComment



26
27
28
29
30
31
32
33
34
35
# File 'lib/jira4r/v2/jira_service.rb', line 26

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

- (Object) author

Returns the value of attribute author



17
18
19
# File 'lib/jira4r/v2/jira_service.rb', line 17

def author
  @author
end

- (Object) body

Returns the value of attribute body



18
19
20
# File 'lib/jira4r/v2/jira_service.rb', line 18

def body
  @body
end

- (Object) created

Returns the value of attribute created



19
20
21
# File 'lib/jira4r/v2/jira_service.rb', line 19

def created
  @created
end

- (Object) groupLevel

Returns the value of attribute groupLevel



20
21
22
# File 'lib/jira4r/v2/jira_service.rb', line 20

def groupLevel
  @groupLevel
end

- (Object) id

Returns the value of attribute id



21
22
23
# File 'lib/jira4r/v2/jira_service.rb', line 21

def id
  @id
end

- (Object) roleLevel

Returns the value of attribute roleLevel



22
23
24
# File 'lib/jira4r/v2/jira_service.rb', line 22

def roleLevel
  @roleLevel
end

- (Object) updateAuthor

Returns the value of attribute updateAuthor



23
24
25
# File 'lib/jira4r/v2/jira_service.rb', line 23

def updateAuthor
  @updateAuthor
end

- (Object) updated

Returns the value of attribute updated



24
25
26
# File 'lib/jira4r/v2/jira_service.rb', line 24

def updated
  @updated
end