Class: Redd::Object::MoreComments

Inherits:
Base
  • Object
show all
Defined in:
lib/redd/object/more_comments.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attributes, #client

Method Summary

Methods inherited from Base

#[], attr_reader, define_attribute_method, define_predicate_method, #initialize

Constructor Details

This class inherits a constructor from Redd::Base

Instance Attribute Details

#childrenObject (readonly)

Returns the value of attribute children.



6
7
8
# File 'lib/redd/object/more_comments.rb', line 6

def children
  @children
end

#countObject (readonly)

Returns the value of attribute count.



4
5
6
# File 'lib/redd/object/more_comments.rb', line 4

def count
  @count
end

#parent_idObject (readonly)

Returns the value of attribute parent_id.



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

def parent_id
  @parent_id
end