class Swatches::Config

Attributes

colors[W]
stylesheet_directory[W]

Public Instance Methods

colors() click to toggle source
# File lib/swatches/config.rb, line 5
def colors
  @colors
end
stylesheet_directory() click to toggle source
# File lib/swatches/config.rb, line 9
def stylesheet_directory
  @stylesheet_directory
end