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
#calls ⇒ Object
The collection of calls created during the dial operation
452 453 454 |
# File 'lib/adhearsion/call_controller/dial.rb', line 452 def calls @calls end |
#joins ⇒ Object
A collection of status objects indexed by call. Provides status on the joins such as duration
455 456 457 |
# File 'lib/adhearsion/call_controller/dial.rb', line 455 def joins @joins end |
Instance Method Details
#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 |