class Plivo::XML::Record

Public Class Methods

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