class Twilio::TwiML::Echo
<Echo> TwiML
Verb
Public Class Methods
new(**keyword_args) { |self| ... }
click to toggle source
Calls superclass method
Twilio::TwiML::TwiML::new
# File lib/twilio-ruby/twiml/voice_response.rb 924 def initialize(**keyword_args) 925 super(**keyword_args) 926 @name = 'Echo' 927 928 yield(self) if block_given? 929 end