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
+---------------------------------------------+
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, #parent, #results, #sender, #time
Method Summary
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.
187 188 189 |
# File 'lib/a-contracts.rb', line 187 def append @append end |
#level ⇒ Object
Returns the value of attribute level.
187 188 189 |
# File 'lib/a-contracts.rb', line 187 def level @level end |
#mark ⇒ Object
Returns the value of attribute mark.
187 188 189 |
# File 'lib/a-contracts.rb', line 187 def mark @mark end |
#msg ⇒ Object
Returns the value of attribute msg.
187 188 189 |
# File 'lib/a-contracts.rb', line 187 def msg @msg end |