Class: Decider::Reactor::Module::React
- Inherits:
-
Data
- Object
- Data
- Decider::Reactor::Module::React
- Defined in:
- lib/decider/reactor.rb
Instance Attribute Summary collapse
-
#_actions ⇒ Object
readonly
Returns the value of attribute _actions.
-
#action_result ⇒ Object
readonly
Returns the value of attribute action_result.
Instance Method Summary collapse
Instance Attribute Details
#_actions ⇒ Object (readonly)
Returns the value of attribute _actions
8 9 10 |
# File 'lib/decider/reactor.rb', line 8 def _actions @_actions end |
#action_result ⇒ Object (readonly)
Returns the value of attribute action_result
8 9 10 |
# File 'lib/decider/reactor.rb', line 8 def action_result @action_result end |
Instance Method Details
#issue(*actions) ⇒ Object
9 10 11 |
# File 'lib/decider/reactor.rb', line 9 def issue(*actions) _actions.push(*actions) end |