Class: IrcColors
- Inherits:
-
Object
- Object
- IrcColors
- Defined in:
- lib/lita/handlers/onewheel_finance.rb
Class Attribute Summary collapse
-
.aqua ⇒ Object
readonly
Returns the value of attribute aqua.
-
.black ⇒ Object
readonly
Returns the value of attribute black.
-
.blue ⇒ Object
readonly
Returns the value of attribute blue.
-
.brown ⇒ Object
readonly
Returns the value of attribute brown.
-
.green ⇒ Object
readonly
Returns the value of attribute green.
-
.grey ⇒ Object
readonly
Returns the value of attribute grey.
-
.lime ⇒ Object
readonly
Returns the value of attribute lime.
-
.orange ⇒ Object
readonly
Returns the value of attribute orange.
-
.pink ⇒ Object
readonly
Returns the value of attribute pink.
-
.purple ⇒ Object
readonly
Returns the value of attribute purple.
-
.red ⇒ Object
readonly
Returns the value of attribute red.
-
.reset ⇒ Object
readonly
Returns the value of attribute reset.
-
.royal ⇒ Object
readonly
Returns the value of attribute royal.
-
.silver ⇒ Object
readonly
Returns the value of attribute silver.
-
.teal ⇒ Object
readonly
Returns the value of attribute teal.
-
.white ⇒ Object
readonly
Returns the value of attribute white.
-
.yellow ⇒ Object
readonly
Returns the value of attribute yellow.
Instance Method Summary collapse
-
#initialize ⇒ IrcColors
constructor
A new instance of IrcColors.
Constructor Details
#initialize ⇒ IrcColors
Returns a new instance of IrcColors.
27 28 |
# File 'lib/lita/handlers/onewheel_finance.rb', line 27 def initialize end |
Class Attribute Details
.aqua ⇒ Object (readonly)
Returns the value of attribute aqua.
24 25 26 |
# File 'lib/lita/handlers/onewheel_finance.rb', line 24 def aqua @aqua end |
.black ⇒ Object (readonly)
Returns the value of attribute black.
24 25 26 |
# File 'lib/lita/handlers/onewheel_finance.rb', line 24 def black @black end |
.blue ⇒ Object (readonly)
Returns the value of attribute blue.
24 25 26 |
# File 'lib/lita/handlers/onewheel_finance.rb', line 24 def blue @blue end |
.brown ⇒ Object (readonly)
Returns the value of attribute brown.
24 25 26 |
# File 'lib/lita/handlers/onewheel_finance.rb', line 24 def brown @brown end |
.green ⇒ Object (readonly)
Returns the value of attribute green.
24 25 26 |
# File 'lib/lita/handlers/onewheel_finance.rb', line 24 def green @green end |
.grey ⇒ Object (readonly)
Returns the value of attribute grey.
24 25 26 |
# File 'lib/lita/handlers/onewheel_finance.rb', line 24 def grey @grey end |
.lime ⇒ Object (readonly)
Returns the value of attribute lime.
24 25 26 |
# File 'lib/lita/handlers/onewheel_finance.rb', line 24 def lime @lime end |
.orange ⇒ Object (readonly)
Returns the value of attribute orange.
24 25 26 |
# File 'lib/lita/handlers/onewheel_finance.rb', line 24 def orange @orange end |
.pink ⇒ Object (readonly)
Returns the value of attribute pink.
24 25 26 |
# File 'lib/lita/handlers/onewheel_finance.rb', line 24 def pink @pink end |
.purple ⇒ Object (readonly)
Returns the value of attribute purple.
24 25 26 |
# File 'lib/lita/handlers/onewheel_finance.rb', line 24 def purple @purple end |
.red ⇒ Object (readonly)
Returns the value of attribute red.
24 25 26 |
# File 'lib/lita/handlers/onewheel_finance.rb', line 24 def red @red end |
.reset ⇒ Object (readonly)
Returns the value of attribute reset.
24 25 26 |
# File 'lib/lita/handlers/onewheel_finance.rb', line 24 def reset @reset end |
.royal ⇒ Object (readonly)
Returns the value of attribute royal.
24 25 26 |
# File 'lib/lita/handlers/onewheel_finance.rb', line 24 def royal @royal end |
.silver ⇒ Object (readonly)
Returns the value of attribute silver.
24 25 26 |
# File 'lib/lita/handlers/onewheel_finance.rb', line 24 def silver @silver end |
.teal ⇒ Object (readonly)
Returns the value of attribute teal.
24 25 26 |
# File 'lib/lita/handlers/onewheel_finance.rb', line 24 def teal @teal end |
.white ⇒ Object (readonly)
Returns the value of attribute white.
24 25 26 |
# File 'lib/lita/handlers/onewheel_finance.rb', line 24 def white @white end |
.yellow ⇒ Object (readonly)
Returns the value of attribute yellow.
24 25 26 |
# File 'lib/lita/handlers/onewheel_finance.rb', line 24 def yellow @yellow end |