Method: Vedeu::Borders::Refresh#interface

Defined in:
lib/vedeu/borders/refresh.rb

#interfaceVedeu::Interfaces::Interface (private) Also known as: parent

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.

Note:

The parent of a border is always an interface.

Returns the interface by name.

Returns the named interface/view from the interfaces repository.



141
142
143
# File 'lib/vedeu/borders/refresh.rb', line 141

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