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
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.
12 13 14 15 |
# File 'lib/telnyx/resources/operator_connect.rb', line 12 def initialize(client:) @client = client @actions = Telnyx::Resources::OperatorConnect::Actions.new(client: client) end |
Instance Attribute Details
#actions ⇒ Telnyx::Resources::OperatorConnect::Actions (readonly)
7 8 9 |
# File 'lib/telnyx/resources/operator_connect.rb', line 7 def actions @actions end |