class Bandwidth::Voice::Ring
Public Instance Methods
to_bxml(xml)
click to toggle source
# File lib/bandwidth/voice_lib/bxml/verbs/ring.rb, line 8 def to_bxml(xml) xml.Ring(compact_hash({ 'duration' => duration })) end