class Rpictogrify::Configuration

Attributes

base_path[RW]

pictogram directory. default is 'public/system'

theme[RW]

default theme, one of these themes: avataars_female, avataars_male, male_flat, monsters. default is :monsters

Public Class Methods

new() click to toggle source
# File lib/rpictogrify/configuration.rb, line 11
def initialize
  @theme = :monsters

  @base_path = 'public/system'
end