class Redd::Objects::MoreComments

The model for a morecomments object

Public Class Methods

new(_, attributes) click to toggle source
Calls superclass method
# File lib/redd/objects/more_comments.rb, line 5
def initialize(_, attributes)
  super(attributes[:children])
end