Class: Sequent::Util::DryRun::EventInvokedHandler

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



29
30
31
# File 'lib/sequent/util/dry_run.rb', line 29

def event
  @event
end

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



29
30
31
# File 'lib/sequent/util/dry_run.rb', line 29

def handler
  @handler
end