# File lib/adhearsion/voip/asterisk/menu_command/calculated_match.rb, line 32
          def type_of_match
            if exact_match?
              :exact
            elsif potential_match?
              :potential
            end
          end