Returns a map of priority levels to numeric values.
Returns:
Priority mapping
126 127 128 129 130 131 132
# File 'lib/na/next_action.rb', line 126 def priority_map { 'h' => 5, 'm' => 3, 'l' => 1 } end