class Twilio::TwiML::Parameter

<Parameter> TwiML Noun

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
389 def initialize(**keyword_args)
390   super(**keyword_args)
391   @name = 'Parameter'
392 
393   yield(self) if block_given?
394 end