Class: Snooby::Comment
- Inherits:
-
Struct
- Object
- Struct
- Snooby::Comment
- Defined in:
- lib/snooby/comment.rb
Instance Method Summary collapse
-
#initialize ⇒ Comment
constructor
A new instance of Comment.
Methods included from Reply
Methods included from Delete
Methods included from Voting
#downvote, #rescind, #upvote, #vote
Constructor Details
#initialize ⇒ Comment
Returns a new instance of Comment.
5 6 7 8 |
# File 'lib/snooby/comment.rb', line 5 def initialize(*) super @kind = 'comment' end |