Class: Kippt::ListCollection

Inherits:
Object
  • Object
show all
Includes:
Collection
Defined in:
lib/kippt/list_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

#collection_resource_classObject



11
12
13
# File 'lib/kippt/list_collection.rb', line 11

def collection_resource_class
  Kippt::Lists
end

#object_classObject



7
8
9
# File 'lib/kippt/list_collection.rb', line 7

def object_class
  Kippt::List
end