Class Burn::Message

Abstract

Messages from the library.

Inherits from: Object ← Burn::Message .

Included in: Burn .

Index: TYPE_ERROR TYPE_INFO TYPE_WARNING message mtype to_s

Instance methods
messagemessage
 

Gets the actual message.

  • Returns: always nil (not yet implemented).

mtypemtype
 

Gets the type of the message.

to_sto_s
 

Synonym for Burn::Message#message.

  • Returns: always nil (not yet implemented).

Constants
TYPE_ERROR

An error message. This usually means the current process will be aborted, and the user should definately see these.

TYPE_INFO

Diagnostic/Process information. For the curious user.

TYPE_WARNING

A warning regarding a possible problem. The user should probably be notified, but its not fatal.