Class: Vedeu::Colours::Backgrounds Private

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

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Store background colour escape sequences by HTML/CSS code.

Instance Attribute Summary

Attributes inherited from Repository

#storage

Class Method Summary collapse

Methods inherited from Repository

#initialize, #register, #registered?, #reset!, #retrieve

Constructor Details

This class inherits a constructor from Vedeu::Colours::Repository

Class Method Details

.background_coloursVedeu::Colours::Backgrounds

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.



16
17
18
# File 'lib/vedeu/colours/backgrounds.rb', line 16

def self.background_colours
  @background_colours ||= new
end