Method: Vedeu::Buffers::Clear#interface
- Defined in:
- lib/vedeu/buffers/clear.rb
#interface ⇒ Vedeu::Interfaces::Interface (private)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns the named interface/view from the interfaces repository.
38 39 40 |
# File 'lib/vedeu/buffers/clear.rb', line 38 def interface @_interface ||= Vedeu.interfaces.by_name(name) end |