Class: Signalwire::Relay::Calling::ConnectResult

Inherits:
Result
  • Object
show all
Defined in:
lib/signalwire/relay/calling/result/connect_result.rb

Instance Attribute Summary

Attributes inherited from Result

#component

Instance Method Summary collapse

Methods inherited from Result

#initialize

Constructor Details

This class inherits a constructor from Signalwire::Relay::Calling::Result

Instance Method Details

#callObject



5
6
7
# File 'lib/signalwire/relay/calling/result/connect_result.rb', line 5

def call
  @component.call.peer
end