Class: Voicearchive::FileClient
- Defined in:
- lib/voicearchive/file_client.rb
Constant Summary collapse
- @@rest_path =
''
Instance Attribute Summary
Attributes inherited from Client
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 |