Class: Twilio::TwiML::Record

Inherits:
TwiML
  • Object
show all
Defined in:
lib/twilio-ruby/twiml/voice_response.rb

Overview

<Record> element

Instance Attribute Summary

Attributes inherited from TwiML

#indent, #name

Instance Method Summary collapse

Methods inherited from TwiML

#append, to_lower_camel_case, #to_s, #xml

Constructor Details

#initialize(**keyword_args) ⇒ Record

Create a <Record> element

Parameters:

keyword_args

additional attributes

Returns:

A <Record> element



865
866
867
# File 'lib/twilio-ruby/twiml/voice_response.rb', line 865

def initialize(**keyword_args)
  super(**keyword_args)
end