Class: Deodorant::Comment
- Inherits:
-
Object
- Object
- Deodorant::Comment
- Defined in:
- lib/deodorant/comment.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#gerrit_id ⇒ Object
Returns the value of attribute gerrit_id.
-
#github_id ⇒ Object
Returns the value of attribute github_id.
-
#line ⇒ Object
Returns the value of attribute line.
-
#message ⇒ Object
Returns the value of attribute message.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author.
3 4 5 |
# File 'lib/deodorant/comment.rb', line 3 def @author end |
#gerrit_id ⇒ Object
Returns the value of attribute gerrit_id.
3 4 5 |
# File 'lib/deodorant/comment.rb', line 3 def gerrit_id @gerrit_id end |
#github_id ⇒ Object
Returns the value of attribute github_id.
3 4 5 |
# File 'lib/deodorant/comment.rb', line 3 def github_id @github_id end |
#line ⇒ Object
Returns the value of attribute line.
3 4 5 |
# File 'lib/deodorant/comment.rb', line 3 def line @line end |
#message ⇒ Object
Returns the value of attribute message.
3 4 5 |
# File 'lib/deodorant/comment.rb', line 3 def @message end |
#path ⇒ Object
Returns the value of attribute path.
3 4 5 |
# File 'lib/deodorant/comment.rb', line 3 def path @path end |