Class: Vedeu::Interfaces::Repository

Inherits:
Repositories::Repository show all
Defined in:
lib/vedeu/interfaces/repository.rb

Overview

Allows the storing of interfaces and views.

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from Vedeu::Repositories::Repository

Instance Method Details

#zindexedArray<Vedeu::Interfaces::Interface>

Returns the interfaces in zindex order.

Examples:

Vedeu.interfaces.zindexed

Returns:

See Also:



23
24
25
# File 'lib/vedeu/interfaces/repository.rb', line 23

def zindexed
  all.sort_by(&:zindex)
end