160 161 162
# File 'lib/vonage/client.rb', line 160 def sms @sms ||= T.let(SMS.new(config), T.nilable(Vonage::SMS)) end