Class: Vedeu::BackgroundColours

Inherits:
Colours
  • Object
show all
Defined in:
lib/vedeu/repositories/repositories/background_colours.rb

Overview

Store background colour escape sequences by HTML/CSS code.

Class Method Summary collapse

Constructor Details

This class inherits a constructor from Vedeu::Colours

Class Method Details

.background_coloursVedeu::BackgroundColours



7
8
9
# File 'lib/vedeu/repositories/repositories/background_colours.rb', line 7

def self.background_colours
  @background_colours ||= new
end