Class: Pbx::Call
- Inherits:
-
Data
- Object
- Data
- Pbx::Call
- Defined in:
- lib/pbx/call.rb
Instance Attribute Summary collapse
-
#caller_id ⇒ Object
readonly
Returns the value of attribute caller_id.
-
#caller_name ⇒ Object
readonly
Returns the value of attribute caller_name.
-
#channel ⇒ Object
readonly
Returns the value of attribute channel.
-
#connected_to ⇒ Object
readonly
Returns the value of attribute connected_to.
-
#dialplan_app ⇒ Object
readonly
Returns the value of attribute dialplan_app.
-
#dialplan_exten ⇒ Object
readonly
Returns the value of attribute dialplan_exten.
-
#held ⇒ Object
readonly
Returns the value of attribute held.
-
#outcome ⇒ Object
readonly
Returns the value of attribute outcome.
-
#started_at ⇒ Object
readonly
Returns the value of attribute started_at.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
-
#uniqueid ⇒ Object
readonly
Returns the value of attribute uniqueid.
Instance Attribute Details
#caller_id ⇒ Object (readonly)
Returns the value of attribute caller_id
4 5 6 |
# File 'lib/pbx/call.rb', line 4 def caller_id @caller_id end |
#caller_name ⇒ Object (readonly)
Returns the value of attribute caller_name
4 5 6 |
# File 'lib/pbx/call.rb', line 4 def caller_name @caller_name end |
#channel ⇒ Object (readonly)
Returns the value of attribute channel
4 5 6 |
# File 'lib/pbx/call.rb', line 4 def channel @channel end |
#connected_to ⇒ Object (readonly)
Returns the value of attribute connected_to
4 5 6 |
# File 'lib/pbx/call.rb', line 4 def connected_to @connected_to end |
#dialplan_app ⇒ Object (readonly)
Returns the value of attribute dialplan_app
4 5 6 |
# File 'lib/pbx/call.rb', line 4 def dialplan_app @dialplan_app end |
#dialplan_exten ⇒ Object (readonly)
Returns the value of attribute dialplan_exten
4 5 6 |
# File 'lib/pbx/call.rb', line 4 def dialplan_exten @dialplan_exten end |
#held ⇒ Object (readonly)
Returns the value of attribute held
4 5 6 |
# File 'lib/pbx/call.rb', line 4 def held @held end |
#outcome ⇒ Object (readonly)
Returns the value of attribute outcome
4 5 6 |
# File 'lib/pbx/call.rb', line 4 def outcome @outcome end |
#started_at ⇒ Object (readonly)
Returns the value of attribute started_at
4 5 6 |
# File 'lib/pbx/call.rb', line 4 def started_at @started_at end |
#state ⇒ Object (readonly)
Returns the value of attribute state
4 5 6 |
# File 'lib/pbx/call.rb', line 4 def state @state end |
#uniqueid ⇒ Object (readonly)
Returns the value of attribute uniqueid
4 5 6 |
# File 'lib/pbx/call.rb', line 4 def uniqueid @uniqueid end |