Class: Sequent::Util::DryRun::Result::EventCalledHandlers

Inherits:
Struct
  • Object
show all
Defined in:
lib/sequent/util/dry_run.rb

Instance Attribute Summary collapse

Instance Attribute Details

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



92
93
94
# File 'lib/sequent/util/dry_run.rb', line 92

def event
  @event
end

#projectorsObject

Returns the value of attribute projectors

Returns:

  • (Object)

    the current value of projectors



92
93
94
# File 'lib/sequent/util/dry_run.rb', line 92

def projectors
  @projectors
end

#workflowsObject

Returns the value of attribute workflows

Returns:

  • (Object)

    the current value of workflows



92
93
94
# File 'lib/sequent/util/dry_run.rb', line 92

def workflows
  @workflows
end