Class: Telnyx::Resources::OperatorConnect
- Inherits:
-
Object
- Object
- Telnyx::Resources::OperatorConnect
- Defined in:
- lib/telnyx/resources/operator_connect.rb,
lib/telnyx/resources/operator_connect/actions.rb
Defined Under Namespace
Classes: Actions
Instance Attribute Summary collapse
-
#actions ⇒ Telnyx::Resources::OperatorConnect::Actions
readonly
External Connections operations.
Instance Method Summary collapse
-
#initialize(client:) ⇒ OperatorConnect
constructor
private
A new instance of OperatorConnect.
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.
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
#actions ⇒ Telnyx::Resources::OperatorConnect::Actions (readonly)
External Connections operations
8 9 10 |
# File 'lib/telnyx/resources/operator_connect.rb', line 8 def actions @actions end |