Class: Plivo::XML::Dial

Inherits:
Element show all
Defined in:
lib/plivo/xml/dial.rb

Constant Summary

Constants inherited from Element

Element::SSML_TAGS

Instance Attribute Summary

Attributes inherited from Element

#name, #node

Instance Method Summary collapse

Methods inherited from Element

#add, #add_attribute, #convert_value, #hyphenate, #method_missing, #to_s, #to_xml

Constructor Details

#initialize(attributes = {}, &block) ⇒ Dial

Returns a new instance of Dial.



11
12
13
# File 'lib/plivo/xml/dial.rb', line 11

def initialize(attributes = {}, &block)
  super(nil, attributes, &block)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Plivo::XML::Element