209 210 211
# File 'lib/vonage/client.rb', line 209 def voice @voice ||= T.let(Voice.new(config), T.nilable(Vonage::Voice)) end