class Twilio::TwiML::SsmlW
Improving Pronunciation by Specifying Parts of Speech in <Say>
Public Class Methods
new(words, **keyword_args) { |self| ... }
click to toggle source
Calls superclass method
Twilio::TwiML::TwiML::new
# File lib/twilio-ruby/twiml/voice_response.rb 628 def initialize(words, **keyword_args) 629 super(**keyword_args) 630 @name = 'w' 631 @value = words 632 yield(self) if block_given? 633 end