Class: Vedeu::Borders

Inherits:
Repository show all
Defined in:
lib/vedeu/repositories/all.rb

Overview

Allows the storing of interface/view borders independent of the interface instance.

Class Method Summary collapse

Methods included from Common

#defined_value?, #to_sentence

Constructor Details

This class inherits a constructor from Vedeu::Repository

Class Method Details

.bordersVedeu::Borders

Returns:



11
12
13
# File 'lib/vedeu/repositories/all.rb', line 11

def self.borders
  @borders ||= Vedeu::Borders.new(Vedeu::Border)
end