Class: ArcadiaProblemEvent
- Inherits:
-
ArcadiaSysEvent
- Object
- Event
- ArcadiaEvent
- ArcadiaSysEvent
- ArcadiaProblemEvent
- Defined in:
- lib/a-contracts.rb
Constant Summary collapse
- DEPENDENCE_MISSING_TYPE =
"DEPENDENCE_MISSING_TYPE"
- RUNTIME_ERROR_TYPE =
"RUNTIME_ERROR_TYPE"
Constants inherited from Event
Event::FLAG_DEFAULT, Event::FLAG_ERROR
Instance Attribute Summary collapse
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#level ⇒ Object
Returns the value of attribute level.
-
#title ⇒ Object
Returns the value of attribute title.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from Event
#channel, #flag, #parent, #results, #sender, #time
Method Summary
Methods inherited from ArcadiaEvent
Methods inherited from Event
#add_finalize_callback, #add_result, #break, #initialize, #is_breaked?
Constructor Details
This class inherits a constructor from Event
Instance Attribute Details
#detail ⇒ Object
Returns the value of attribute detail.
84 85 86 |
# File 'lib/a-contracts.rb', line 84 def detail @detail end |
#level ⇒ Object
Returns the value of attribute level.
84 85 86 |
# File 'lib/a-contracts.rb', line 84 def level @level end |
#title ⇒ Object
Returns the value of attribute title.
84 85 86 |
# File 'lib/a-contracts.rb', line 84 def title @title end |
#type ⇒ Object
Returns the value of attribute type.
84 85 86 |
# File 'lib/a-contracts.rb', line 84 def type @type end |