Method: Vedeu::Interfaces::Clear#interface

Defined in:
lib/vedeu/interfaces/clear.rb

#interfaceVedeu::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.



65
66
67
# File 'lib/vedeu/interfaces/clear.rb', line 65

def interface
  @_interface ||= Vedeu.interfaces.by_name(name)
end