class Twilio::TwiML::Receive

<Receive> TwiML Verb

Public Class Methods

new(**keyword_args) { |self| ... } click to toggle source
Calls superclass method
   # File lib/twilio-ruby/twiml/fax_response.rb
37 def initialize(**keyword_args)
38   super(**keyword_args)
39   @name = 'Receive'
40 
41   yield(self) if block_given?
42 end