Class: Voicearchive::FileClient

Inherits:
Client
  • Object
show all
Defined in:
lib/voicearchive/file_client.rb

Constant Summary collapse

@@rest_path =
''

Instance Attribute Summary

Attributes inherited from Client

#api_key, #version

Instance Method Summary collapse

Methods inherited from Client

#call, #initialize, #set_simple_endpoint_default_values

Constructor Details

This class inherits a constructor from Voicearchive::Client

Instance Method Details

#get_approved_files(task_id) ⇒ Object



5
6
7
# File 'lib/voicearchive/file_client.rb', line 5

def get_approved_files(task_id)
  call("/download/task/files/#{task_id}/approved")
end