Class: Adhearsion::CallController::Dial::DialStatus
- Defined in:
- lib/adhearsion/call_controller/dial.rb
Instance Attribute Summary collapse
-
#calls ⇒ Object
The collection of calls created during the dial operation.
-
#joins ⇒ Object
A collection of status objects indexed by call.
Instance Method Summary collapse
-
#result ⇒ Symbol
The result of the dial operation.
Instance Attribute Details
Instance Method Details
permalink #result ⇒ Symbol
The result of the dial operation.
467 468 469 |
# File 'lib/adhearsion/call_controller/dial.rb', line 467 def result @result || :no_answer end |