Class: Campfire::Event
- Inherits:
-
Struct
- Object
- Struct
- Campfire::Event
- Defined in:
- lib/campfire_bot.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#regex ⇒ Object
Returns the value of attribute regex.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
57 58 59 |
# File 'lib/campfire_bot.rb', line 57 def action @action end |
#regex ⇒ Object
Returns the value of attribute regex
57 58 59 |
# File 'lib/campfire_bot.rb', line 57 def regex @regex end |