diff --git a/lib/se/api/types/comment.rb b/lib/se/api/types/comment.rb index e342df6..89da23b 100644 --- a/lib/se/api/types/comment.rb +++ b/lib/se/api/types/comment.rb @@ -21,6 +21,7 @@ def initialize(item_json) alias_method :user, :author alias_method :owner, :author + alias_method :comment_id, :id end end end