Class: Sequent::Util::DryRun::Result::EventCalledHandlers
- Inherits:
-
Struct
- Object
- Struct
- Sequent::Util::DryRun::Result::EventCalledHandlers
- Defined in:
- lib/sequent/util/dry_run.rb
Instance Attribute Summary collapse
-
#event ⇒ Object
Returns the value of attribute event.
-
#projectors ⇒ Object
Returns the value of attribute projectors.
-
#workflows ⇒ Object
Returns the value of attribute workflows.
Instance Attribute Details
#event ⇒ Object
Returns the value of attribute event
92 93 94 |
# File 'lib/sequent/util/dry_run.rb', line 92 def event @event end |
#projectors ⇒ Object
Returns the value of attribute projectors
92 93 94 |
# File 'lib/sequent/util/dry_run.rb', line 92 def projectors @projectors end |
#workflows ⇒ Object
Returns the value of attribute workflows
92 93 94 |
# File 'lib/sequent/util/dry_run.rb', line 92 def workflows @workflows end |