Class: IrcColors

Inherits:
Object
  • Object
show all
Defined in:
lib/lita/handlers/onewheel_finance.rb

Class Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeIrcColors

Returns a new instance of IrcColors.



27
28
# File 'lib/lita/handlers/onewheel_finance.rb', line 27

def initialize
end

Class Attribute Details

.aquaObject (readonly)

Returns the value of attribute aqua.



24
25
26
# File 'lib/lita/handlers/onewheel_finance.rb', line 24

def aqua
  @aqua
end

.blackObject (readonly)

Returns the value of attribute black.



24
25
26
# File 'lib/lita/handlers/onewheel_finance.rb', line 24

def black
  @black
end

.blueObject (readonly)

Returns the value of attribute blue.



24
25
26
# File 'lib/lita/handlers/onewheel_finance.rb', line 24

def blue
  @blue
end

.brownObject (readonly)

Returns the value of attribute brown.



24
25
26
# File 'lib/lita/handlers/onewheel_finance.rb', line 24

def brown
  @brown
end

.greenObject (readonly)

Returns the value of attribute green.



24
25
26
# File 'lib/lita/handlers/onewheel_finance.rb', line 24

def green
  @green
end

.greyObject (readonly)

Returns the value of attribute grey.



24
25
26
# File 'lib/lita/handlers/onewheel_finance.rb', line 24

def grey
  @grey
end

.limeObject (readonly)

Returns the value of attribute lime.



24
25
26
# File 'lib/lita/handlers/onewheel_finance.rb', line 24

def lime
  @lime
end

.orangeObject (readonly)

Returns the value of attribute orange.



24
25
26
# File 'lib/lita/handlers/onewheel_finance.rb', line 24

def orange
  @orange
end

.pinkObject (readonly)

Returns the value of attribute pink.



24
25
26
# File 'lib/lita/handlers/onewheel_finance.rb', line 24

def pink
  @pink
end

.purpleObject (readonly)

Returns the value of attribute purple.



24
25
26
# File 'lib/lita/handlers/onewheel_finance.rb', line 24

def purple
  @purple
end

.redObject (readonly)

Returns the value of attribute red.



24
25
26
# File 'lib/lita/handlers/onewheel_finance.rb', line 24

def red
  @red
end

.resetObject (readonly)

Returns the value of attribute reset.



24
25
26
# File 'lib/lita/handlers/onewheel_finance.rb', line 24

def reset
  @reset
end

.royalObject (readonly)

Returns the value of attribute royal.



24
25
26
# File 'lib/lita/handlers/onewheel_finance.rb', line 24

def royal
  @royal
end

.silverObject (readonly)

Returns the value of attribute silver.



24
25
26
# File 'lib/lita/handlers/onewheel_finance.rb', line 24

def silver
  @silver
end

.tealObject (readonly)

Returns the value of attribute teal.



24
25
26
# File 'lib/lita/handlers/onewheel_finance.rb', line 24

def teal
  @teal
end

.whiteObject (readonly)

Returns the value of attribute white.



24
25
26
# File 'lib/lita/handlers/onewheel_finance.rb', line 24

def white
  @white
end

.yellowObject (readonly)

Returns the value of attribute yellow.



24
25
26
# File 'lib/lita/handlers/onewheel_finance.rb', line 24

def yellow
  @yellow
end