Class: Telnyx::Resources::Texml::Accounts::Transcriptions

Inherits:
Object
  • Object
show all
Defined in:
lib/telnyx/resources/texml/accounts/transcriptions.rb,
lib/telnyx/resources/texml/accounts/transcriptions/json.rb

Defined Under Namespace

Classes: Json

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client:) ⇒ Transcriptions

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 Transcriptions.

Parameters:



14
15
16
17
# File 'lib/telnyx/resources/texml/accounts/transcriptions.rb', line 14

def initialize(client:)
  @client = client
  @json = Telnyx::Resources::Texml::Accounts::Transcriptions::Json.new(client: client)
end

Instance Attribute Details

#jsonTelnyx::Resources::Texml::Accounts::Transcriptions::Json (readonly)



9
10
11
# File 'lib/telnyx/resources/texml/accounts/transcriptions.rb', line 9

def json
  @json
end