From f8095d7125abc59b8fad575724500726fb1301f8 Mon Sep 17 00:00:00 2001 From: izwick-schachter Date: Sat, 20 Jan 2018 12:39:30 -0500 Subject: [PATCH] Forgot attr_reader --- lib/se/api/types/comment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/se/api/types/comment.rb b/lib/se/api/types/comment.rb index 0651a14..689bd04 100644 --- a/lib/se/api/types/comment.rb +++ b/lib/se/api/types/comment.rb @@ -3,7 +3,7 @@ module SE module API class Comment - attr_reader :body, :link, :id, :post_id, :score, :type, :created_at, :author, :body_markdown + attr_reader :body, :link, :id, :post_id, :score, :type, :created_at, :author, :body_markdown, :edited attr_reader :json def initialize(item_json)