class Plivo::XML::Wait

Public Class Methods

new(attributes = {}) click to toggle source
Calls superclass method Plivo::XML::Element::new
# File lib/plivo/xml/wait.rb, line 7
def initialize(attributes = {})
  super(nil, attributes)
end