Class: MsgEvent

Inherits:
ArcadiaEvent show all
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

Attributes inherited from Event

#channel, #flag, #parent, #results, #sender, #time

Method Summary

Methods inherited from ArcadiaEvent

#go!, #shot!

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

#appendObject

Returns the value of attribute append.



254
255
256
# File 'lib/a-contracts.rb', line 254

def append
  @append
end

#levelObject

Returns the value of attribute level.



254
255
256
# File 'lib/a-contracts.rb', line 254

def level
  @level
end

#markObject

Returns the value of attribute mark.



254
255
256
# File 'lib/a-contracts.rb', line 254

def mark
  @mark
end

#msgObject

Returns the value of attribute msg.



254
255
256
# File 'lib/a-contracts.rb', line 254

def msg
  @msg
end