Class: Kippt::CommentCollection

Inherits:
Object
  • Object
show all
Includes:
Collection
Defined in:
lib/kippt/comment_collection.rb

Instance Attribute Summary

Attributes included from Collection

#limit, #offset

Instance Method Summary collapse

Methods included from Collection

#[], #each, #initialize, #next_page, #next_page?, #objects, #previous_page, #previous_page?

Instance Method Details

#object_classObject



6
7
8
# File 'lib/kippt/comment_collection.rb', line 6

def object_class
  Kippt::Comment
end