Class: Kippt::ClipCollection
- Inherits:
-
Object
- Object
- Kippt::ClipCollection
show all
- Includes:
- Collection
- Defined in:
- lib/kippt/clip_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_class ⇒ Object
11
12
13
|
# File 'lib/kippt/clip_collection.rb', line 11
def collection_resource_class
Kippt::Clips
end
|
#object_class ⇒ Object
7
8
9
|
# File 'lib/kippt/clip_collection.rb', line 7
def object_class
Kippt::Clip
end
|