Class: Campfire::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/campfire_bot.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



57
58
59
# File 'lib/campfire_bot.rb', line 57

def action
  @action
end

#regexObject

Returns the value of attribute regex

Returns:

  • (Object)

    the current value of regex



57
58
59
# File 'lib/campfire_bot.rb', line 57

def regex
  @regex
end