class Plivo::XML::Number
Public Class Methods
Source
# File lib/plivo/xml/number.rb, line 7 def initialize(body, attributes = {}) raise PlivoXMLError, 'No number set for Number' unless body super(body, attributes) end
Calls superclass method
Plivo::XML::Element::new