Class: Vedeu::Borders
- Inherits:
-
Repository
- Object
- Repository
- Vedeu::Borders
- Defined in:
- lib/vedeu/repositories/repositories/borders.rb
Overview
Allows the storing of interface/view borders independent of the interface instance.
Class Method Summary collapse
- .borders ⇒ Vedeu::Borders (also: repository)
-
.reset! ⇒ Vedeu::Borders
Remove all stored models from the repository.
Methods included from Store
#each, #empty?, #exists?, #reset, #size, #storage
Methods included from Registerable
Methods included from Common
Constructor Details
This class inherits a constructor from Vedeu::Repository
Class Method Details
.borders ⇒ Vedeu::Borders Also known as: repository
10 11 12 |
# File 'lib/vedeu/repositories/repositories/borders.rb', line 10 def borders @borders ||= reset! end |