Class: Phone::BroadcastCallStatus::Result
- Inherits:
-
Data
- Object
- Data
- Phone::BroadcastCallStatus::Result
- Defined in:
- app/services/phone/broadcast_call_status.rb
Instance Attribute Summary collapse
-
#broadcast ⇒ Object
readonly
Returns the value of attribute broadcast.
-
#current_calls ⇒ Object
readonly
Returns the value of attribute current_calls.
Instance Method Summary collapse
-
#initialize(broadcast: nil, current_calls: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(broadcast: nil, current_calls: nil) ⇒ Result
Returns a new instance of Result.
5 |
# File 'app/services/phone/broadcast_call_status.rb', line 5 def initialize(broadcast: nil, current_calls: nil) = super |
Instance Attribute Details
#broadcast ⇒ Object (readonly)
Returns the value of attribute broadcast
4 5 6 |
# File 'app/services/phone/broadcast_call_status.rb', line 4 def broadcast @broadcast end |
#current_calls ⇒ Object (readonly)
Returns the value of attribute current_calls
4 5 6 |
# File 'app/services/phone/broadcast_call_status.rb', line 4 def current_calls @current_calls end |