Module: MasterView::DirectiveHelpers::DirectivePriorities

Defined in:
lib/masterview/directive_helpers.rb

Overview

convenience constants defined to allow priority to directives higher priority (lower value) will be executed first in chain

Constant Summary collapse

Highest =
0
High =
0x3FFFFFFF/4
MediumHigh =
0x3FFFFFFF/3
Medium =
0x3FFFFFFF/2
MediumLow =
(0x3FFFFFFF/3)*2
Low =
(0x3FFFFFFF/4)*3
Lowest =
0x3FFFFFFF