Module: Ecoportal::API::Common::Content::CollectionModel::Modifiers::ItemsKlass
- Extended by:
- Includer
- Defined in:
- lib/ecoportal/api/common/content/collection_model/modifiers/items_klass.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#items_class ⇒ Class
The class of the elements of the Collection.
Methods included from Includer
Instance Method Details
#items_class ⇒ Class
Returns the class of the elements of the Collection.
117 118 119 |
# File 'lib/ecoportal/api/common/content/collection_model/modifiers/items_klass.rb', line 117 def items_class self.class.klass end |