Class: Dexc::RaiseEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/dexc.rb

Instance Attribute Summary collapse

Instance Attribute Details

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



32
33
34
# File 'lib/dexc.rb', line 32

def event
  @event
end

#raised_exceptionObject

Returns the value of attribute raised_exception

Returns:

  • (Object)

    the current value of raised_exception



32
33
34
# File 'lib/dexc.rb', line 32

def raised_exception
  @raised_exception
end