Method: AssemblyAI::Files::UploadedFile#to_json
- Defined in:
- lib/assemblyai/files/types/uploaded_file.rb
#to_json(*_args) ⇒ String
Serialize an instance of UploadedFile to a JSON object
41 42 43 |
# File 'lib/assemblyai/files/types/uploaded_file.rb', line 41 def to_json(*_args) @_field_set&.to_json end |