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, = {}) @action = action = @successful = nil end |