Top Level Namespace

Defined in:

Constant Summary

ACTION_COMMAND = "actionCommand"
ACTION_RESULT_BLOCK = "actionResultBlock"
ACTION_TEXT_BLOCKS = "actionTextBlocks"
HELP_TEXT_BLOCK = "helpTextBlock"
INTERN_VARIABLES = "internVariables"
MAX_MINUTES_CACHE = 1
PATH_CACHES = ROOT_PATH + "/src/bot/cache_bot/_caches/"
PATH_CONFIG_BOT = ROOT_PATH + "/src/bot/config_bot/_configs/"
PHASE = "phase"

variables and alias

ROOT_PATH = (((`pwd`).match(/.*\b/)).try(&.[](0))).as(String)
TEXT_BLOCK = "textBlock"
TIME_UNIX_CACHED = "timeUnixEpoch"
UPDATE_TO_PHASE = "updateToPhase"

Method Summary

Method Detail

def isInCacheTime(unixTimeCached : AllInt) : Bool #

[View source]
def minutesToSecond(min : AllInt) : AllInt #

[View source]