Class: Priloo::Preloaders::CollectionPreloader
- Inherits:
-
BasePreloader
- Object
- BasePreloader
- Priloo::Preloaders::CollectionPreloader
- Includes:
- Singleton
- Defined in:
- lib/priloo/preloaders/collection_preloader.rb
Instance Attribute Summary
Attributes inherited from BasePreloader
Instance Method Summary collapse
-
#initialize ⇒ CollectionPreloader
constructor
A new instance of CollectionPreloader.
- #multiplicity ⇒ Object
Methods inherited from BasePreloader
#dependencies, #inject, #injected?, #preload
Constructor Details
#initialize ⇒ CollectionPreloader
Returns a new instance of CollectionPreloader.
10 11 12 |
# File 'lib/priloo/preloaders/collection_preloader.rb', line 10 def initialize super(self.class) end |
Instance Method Details
#multiplicity ⇒ Object
14 15 16 |
# File 'lib/priloo/preloaders/collection_preloader.rb', line 14 def multiplicity 1 end |