class Bandwidth::Xml::Verbs::Pause
Pause
the execution of an ongoing BXML document
Public Instance Methods
to_xml(xml)
click to toggle source
# File lib/bandwidth/xml/verbs/pause.rb, line 8 def to_xml(xml) xml.Pause(compact_hash({ 'length' => length })) end