# frozen_string_literal: true # This module holds all utilities related to the /lookup endpoint. module Sms77::Lookup module Type CNAM = 'cnam' FORMAT = 'format' HLR = 'hlr' MNP = 'mnp' end end