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



62
63
64
# File 'lib/campfire_bot.rb', line 62

def action
  @action
end

#regexObject

Returns the value of attribute regex

Returns:

  • (Object)

    the current value of regex



62
63
64
# File 'lib/campfire_bot.rb', line 62

def regex
  @regex
end