class Bandwidth::Voice::Forward

Public Instance Methods

to_bxml(xml) click to toggle source
# File lib/bandwidth/voice_lib/bxml/verbs/forward.rb, line 7
def to_bxml(xml)
  xml.Forward(compact_hash({
   'to' => to,
   'from' => from,
   'callTimeout' => call_timeout,
   'diversionTreatment' => diversion_treatment,
   'diversionReason' => diversion_reason
  }))
end