Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 446 Bytes

Hangup.md

File metadata and controls

18 lines (12 loc) · 446 Bytes

Freeclimb::Hangup

Properties

Name Type Description Notes
reason String The user defined reason for the hangup. In general, applications should use a set of enumerated values that are predefined to cover all exit points of the Call flows for the given application. [optional]

Example

require 'freeclimb'

instance = Freeclimb::Hangup.new(
  reason: null
)