Class: Kippt::UserCollection
- Inherits:
-
Object
- Object
- Kippt::UserCollection
show all
- Includes:
- Collection
- Defined in:
- lib/kippt/user_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
8
9
10
|
# File 'lib/kippt/user_collection.rb', line 8
def collection_resource_class
Kippt::Users
end
|
#object_class ⇒ Object
4
5
6
|
# File 'lib/kippt/user_collection.rb', line 4
def object_class
Kippt::User
end
|