Module: Pantheios::ApplicationLayer::StockSeverityLevels

Defined in:
lib/pantheios/application_layer/stock_severity_levels.rb

Defined Under Namespace

Modules: Internal_

Constant Summary collapse

STOCK_SEVERITY_LEVELS_PRIME =

Ordered list of stock severity levels, without any aliases

Internal_::STOCK_SEVERITY_LEVELS_.keys
STOCK_SEVERITY_LEVELS =

Ordered list of stock severity levels, some of which may be aliases

Internal_.create_level_keys Internal_::STOCK_SEVERITY_LEVELS_
STOCK_SEVERITY_LEVEL_VALUES =

Mapping of severity levels (and level aliases) to integral equivalent

Internal_.create_level_value_map Internal_::STOCK_SEVERITY_LEVELS_
STOCK_SEVERITY_LEVEL_STRINGS =

Mapping of severity levels (and level aliases) to string

Internal_.create_level_string_map Internal_::STOCK_SEVERITY_LEVELS_