Class: Vedeu::Cursors::Repository
- Inherits:
-
Repositories::Repository
- Object
- Repositories::Repository
- Vedeu::Cursors::Repository
- Defined in:
- lib/vedeu/cursors/repository.rb
Overview
Allows the storing of each interface’s cursor.
Class Method Summary collapse
-
.cursor ⇒ NilClass|Vedeu::Cursors::Cursor
Fetch the cursor of the currently focussed interface/view.
Constructor Details
This class inherits a constructor from Vedeu::Repositories::Repository
Class Method Details
.cursor ⇒ NilClass|Vedeu::Cursors::Cursor
Fetch the cursor of the currently focussed interface/view.
21 22 23 |
# File 'lib/vedeu/cursors/repository.rb', line 21 def cursor cursors.by_name end |