Class: Redd::Objects::MoreComments

Inherits:
Array
  • Object
show all
Defined in:
lib/redd/objects/more_comments.rb

Overview

The model for a morecomments object

Instance Method Summary collapse

Constructor Details

#initialize(_, attributes) ⇒ MoreComments

Returns a new instance of MoreComments.



5
6
7
# File 'lib/redd/objects/more_comments.rb', line 5

def initialize(_, attributes)
  super(attributes[:children])
end