class Twilio::TwiML::Hangup
<Hangup> 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 838 def initialize(**keyword_args) 839 super(**keyword_args) 840 @name = 'Hangup' 841 842 yield(self) if block_given? 843 end