class Redd::Models::Listing
A backward-expading listing of items. @see Stream
Public Instance Methods
to_ary()
click to toggle source
@return [Array<Comment, Submission
, PrivateMessage>] an array representation of self
# File lib/redd/models/listing.rb, line 13 def to_ary get_attribute(:children) end