132 133 134
# File 'lib/vonage/client.rb', line 132 def pricing @pricing ||= T.let(PricingTypes.new(config), T.nilable(Vonage::PricingTypes)) end