Class: Vedeu::InterfacesRepository
- Inherits:
-
Repository
- Object
- Repository
- Vedeu::InterfacesRepository
- Defined in:
- lib/vedeu/repositories/all.rb
Overview
Allows the storing of interfaces and views.
Class Method Summary collapse
Methods included from Common
Constructor Details
This class inherits a constructor from Vedeu::Repository
Class Method Details
.interfaces ⇒ Vedeu::InterfacesRepository
83 84 85 |
# File 'lib/vedeu/repositories/all.rb', line 83 def self.interfaces @interfaces ||= Vedeu::InterfacesRepository.new(Vedeu::Interface) end |