Class: Vedeu::InterfacesRepository

Inherits:
Repository show all
Defined in:
lib/vedeu/repositories/all.rb

Overview

Allows the storing of interfaces and views.

Class Method Summary collapse

Methods included from Common

#defined_value?, #to_sentence

Constructor Details

This class inherits a constructor from Vedeu::Repository

Class Method Details

.interfacesVedeu::InterfacesRepository



83
84
85
# File 'lib/vedeu/repositories/all.rb', line 83

def self.interfaces
  @interfaces ||= Vedeu::InterfacesRepository.new(Vedeu::Interface)
end