Class: Deodorant::Comment

Inherits:
Object
  • Object
show all
Defined in:
lib/deodorant/comment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author.



3
4
5
# File 'lib/deodorant/comment.rb', line 3

def author
  @author
end

#gerrit_idObject

Returns the value of attribute gerrit_id.



3
4
5
# File 'lib/deodorant/comment.rb', line 3

def gerrit_id
  @gerrit_id
end

#github_idObject

Returns the value of attribute github_id.



3
4
5
# File 'lib/deodorant/comment.rb', line 3

def github_id
  @github_id
end

#lineObject

Returns the value of attribute line.



3
4
5
# File 'lib/deodorant/comment.rb', line 3

def line
  @line
end

#messageObject

Returns the value of attribute message.



3
4
5
# File 'lib/deodorant/comment.rb', line 3

def message
  @message
end

#pathObject

Returns the value of attribute path.



3
4
5
# File 'lib/deodorant/comment.rb', line 3

def path
  @path
end