Class: Telnyx::Resources::Texml::Accounts::Recordings
- Inherits:
-
Object
- Object
- Telnyx::Resources::Texml::Accounts::Recordings
- Defined in:
- lib/telnyx/resources/texml/accounts/recordings.rb,
lib/telnyx/resources/texml/accounts/recordings/json.rb
Defined Under Namespace
Classes: Json
Instance Attribute Summary collapse
-
#json ⇒ Telnyx::Resources::Texml::Accounts::Recordings::Json
readonly
TeXML REST Commands.
Instance Method Summary collapse
-
#initialize(client:) ⇒ Recordings
constructor
private
A new instance of Recordings.
Constructor Details
#initialize(client:) ⇒ Recordings
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 Recordings.
15 16 17 18 |
# File 'lib/telnyx/resources/texml/accounts/recordings.rb', line 15 def initialize(client:) @client = client @json = Telnyx::Resources::Texml::Accounts::Recordings::Json.new(client: client) end |
Instance Attribute Details
#json ⇒ Telnyx::Resources::Texml::Accounts::Recordings::Json (readonly)
TeXML REST Commands
10 11 12 |
# File 'lib/telnyx/resources/texml/accounts/recordings.rb', line 10 def json @json end |