Class: Dexc::RaiseEvent
- Inherits:
-
Struct
- Object
- Struct
- Dexc::RaiseEvent
- Defined in:
- lib/dexc.rb
Instance Attribute Summary collapse
-
#event ⇒ Object
Returns the value of attribute event.
-
#raised_exception ⇒ Object
Returns the value of attribute raised_exception.
Instance Attribute Details
#event ⇒ Object
Returns the value of attribute event
32 33 34 |
# File 'lib/dexc.rb', line 32 def event @event end |
#raised_exception ⇒ Object
Returns the value of attribute raised_exception
32 33 34 |
# File 'lib/dexc.rb', line 32 def raised_exception @raised_exception end |