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)