Class: Nanoc::ItemCollectionWithRepsView

Inherits:
IdentifiableCollectionView show all
Defined in:
lib/nanoc/base/views/item_collection_with_reps_view.rb

Instance Method Summary collapse

Methods inherited from IdentifiableCollectionView

#[], #each, #find_all, #initialize, #size, #unwrap

Methods inherited from View

#_context, #frozen?, #initialize, #inspect, #unwrap

Constructor Details

This class inherits a constructor from Nanoc::IdentifiableCollectionView

Instance Method Details

#view_classObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



4
5
6
# File 'lib/nanoc/base/views/item_collection_with_reps_view.rb', line 4

def view_class
  Nanoc::ItemWithRepsView
end