Class: Telnyx::Resources::OperatorConnect

Inherits:
Object
  • Object
show all
Defined in:
lib/telnyx/resources/operator_connect.rb,
lib/telnyx/resources/operator_connect/actions.rb

Defined Under Namespace

Classes: Actions

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client:) ⇒ OperatorConnect

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of OperatorConnect.

Parameters:



13
14
15
16
# File 'lib/telnyx/resources/operator_connect.rb', line 13

def initialize(client:)
  @client = client
  @actions = Telnyx::Resources::OperatorConnect::Actions.new(client: client)
end

Instance Attribute Details

#actionsTelnyx::Resources::OperatorConnect::Actions (readonly)

External Connections operations



8
9
10
# File 'lib/telnyx/resources/operator_connect.rb', line 8

def actions
  @actions
end