Class: MsgEvent
- Inherits:
-
ArcadiaEvent
- Object
- Event
- ArcadiaEvent
- MsgEvent
- Defined in:
- lib/a-contracts.rb
Overview
---------------------------------------------
Message event (raised only by Arcadia)
to raise use:
Arcadia.new_msg
Arcadia.new_debug_msg
Arcadia.new_error_msg
+---------------------------------------------+
Constant Summary
Constants inherited from Event
Event::FLAG_DEFAULT, Event::FLAG_ERROR
Instance Attribute Summary collapse
-
#append ⇒ Object
Returns the value of attribute append.
-
#level ⇒ Object
Returns the value of attribute level.
-
#mark ⇒ Object
Returns the value of attribute mark.
-
#msg ⇒ Object
Returns the value of attribute msg.
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
#append ⇒ Object
Returns the value of attribute append.
254 255 256 |
# File 'lib/a-contracts.rb', line 254 def append @append end |
#level ⇒ Object
Returns the value of attribute level.
254 255 256 |
# File 'lib/a-contracts.rb', line 254 def level @level end |
#mark ⇒ Object
Returns the value of attribute mark.
254 255 256 |
# File 'lib/a-contracts.rb', line 254 def mark @mark end |
#msg ⇒ Object
Returns the value of attribute msg.
254 255 256 |
# File 'lib/a-contracts.rb', line 254 def msg @msg end |