lib/sms77/lookup.rb in sms77-0.4.0 vs lib/sms77/lookup.rb in sms77-0.5.0

- old
+ new

@@ -1,10 +1,11 @@ -# frozen_string_literal: true - -module Sms77::Lookup - module Type - CNAM = 'cnam' - FORMAT = 'format' - HLR = 'hlr' - MNP = 'mnp' - end -end +# 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