Module: IrcColors

Defined in:
lib/lita/handlers/irc_colors.rb

Class Attribute Summary collapse

Instance Method Summary collapse

Class Attribute Details

.aquaObject (readonly)

Returns the value of attribute aqua.



22
23
24
# File 'lib/lita/handlers/irc_colors.rb', line 22

def aqua
  @aqua
end

.blackObject (readonly)

Returns the value of attribute black.



22
23
24
# File 'lib/lita/handlers/irc_colors.rb', line 22

def black
  @black
end

.blueObject (readonly)

Returns the value of attribute blue.



22
23
24
# File 'lib/lita/handlers/irc_colors.rb', line 22

def blue
  @blue
end

.brownObject (readonly)

Returns the value of attribute brown.



22
23
24
# File 'lib/lita/handlers/irc_colors.rb', line 22

def brown
  @brown
end

.greenObject (readonly)

Returns the value of attribute green.



22
23
24
# File 'lib/lita/handlers/irc_colors.rb', line 22

def green
  @green
end

.greyObject (readonly)

Returns the value of attribute grey.



22
23
24
# File 'lib/lita/handlers/irc_colors.rb', line 22

def grey
  @grey
end

.limeObject (readonly)

Returns the value of attribute lime.



22
23
24
# File 'lib/lita/handlers/irc_colors.rb', line 22

def lime
  @lime
end

.orangeObject (readonly)

Returns the value of attribute orange.



22
23
24
# File 'lib/lita/handlers/irc_colors.rb', line 22

def orange
  @orange
end

.pinkObject (readonly)

Returns the value of attribute pink.



22
23
24
# File 'lib/lita/handlers/irc_colors.rb', line 22

def pink
  @pink
end

.purpleObject (readonly)

Returns the value of attribute purple.



22
23
24
# File 'lib/lita/handlers/irc_colors.rb', line 22

def purple
  @purple
end

.redObject (readonly)

Returns the value of attribute red.



22
23
24
# File 'lib/lita/handlers/irc_colors.rb', line 22

def red
  @red
end

.resetObject (readonly)

Returns the value of attribute reset.



22
23
24
# File 'lib/lita/handlers/irc_colors.rb', line 22

def reset
  @reset
end

.royalObject (readonly)

Returns the value of attribute royal.



22
23
24
# File 'lib/lita/handlers/irc_colors.rb', line 22

def royal
  @royal
end

.silverObject (readonly)

Returns the value of attribute silver.



22
23
24
# File 'lib/lita/handlers/irc_colors.rb', line 22

def silver
  @silver
end

.tealObject (readonly)

Returns the value of attribute teal.



22
23
24
# File 'lib/lita/handlers/irc_colors.rb', line 22

def teal
  @teal
end

.whiteObject (readonly)

Returns the value of attribute white.



22
23
24
# File 'lib/lita/handlers/irc_colors.rb', line 22

def white
  @white
end

.yellowObject (readonly)

Returns the value of attribute yellow.



22
23
24
# File 'lib/lita/handlers/irc_colors.rb', line 22

def yellow
  @yellow
end

Instance Method Details

#initializeObject



41
42
# File 'lib/lita/handlers/irc_colors.rb', line 41

def initialize
end