Method: Plivo::XML::Element#add_attribute

Defined in:
lib/plivo/xml/element.rb

#add_attribute(attribute, value) ⇒ Object



48
49
50
# File 'lib/plivo/xml/element.rb', line 48

def add_attribute(attribute, value)
  @node.add_attribute(attribute, value)
end