class Bandwidth::Voice::Pause

Public Instance Methods

to_bxml(xml) click to toggle source
# File lib/bandwidth/voice_lib/bxml/verbs/pause.rb, line 8
def to_bxml(xml)
  xml.Pause(compact_hash({
   'duration' => duration
}))
end