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

Methods included from Includer

include_missing

Instance Method Details

#items_classClass

Returns the class of the elements of the Collection.

Returns:

  • (Class)

    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