class Supertramp::Config

Attributes

colors=[RW]
colours[RW]
shape[RW]
uppercase[RW]

Public Class Methods

new() click to toggle source
# File lib/supertramp/config.rb, line 8
def initialize
  @colours = %w[#B91C1C #B45309 #047857 #1D4ED8 #6D28D9]
  @uppercase = true
  @shape = Avatar::SQUARE
end