Method: Reaction::Type#initialize

Defined in:
lib/reaction/type.rb

#initialize(action, options = {}) ⇒ Type



10
11
12
13
14
# File 'lib/reaction/type.rb', line 10

def initialize(action, options = {})
  @action = action
  @options = options
  @successful = nil
end