class RepositoryFork::Collection
- RepositoryFork::Collection
- Clear::Model::CollectionBase(RepositoryFork)
- Reference
- Object
Overview
:doc: Clear::Model::Collection
This is the object managing a SELECT
request.
A new collection is created by calling Clear::Model.query
Collection are mutable and refining the SQL will mutate the collection.
You may want to copy the collection by calling dup
See Clear::Model::CollectionBase
Defined in:
models/repository_forks.crInstance Method Summary
- #with_fork(fetch_columns = false, &block : Repository::Collection -> ) : self
- #with_fork(fetch_columns = false) : self
- #with_parent(fetch_columns = false, &block : Repository::Collection -> ) : self
- #with_parent(fetch_columns = false) : self