Class: Kaltura::Service::FileSyncService
- Inherits:
-
BaseService
- Object
- BaseService
- Kaltura::Service::FileSyncService
- Defined in:
- lib/kaltura/service.rb
Instance Attribute Summary
Attributes inherited from BaseService
Instance Method Summary collapse
Methods inherited from BaseService
Constructor Details
This class inherits a constructor from Kaltura::Service::BaseService
Instance Method Details
#list(filter = nil, pager = nil) ⇒ Object
38 39 40 41 42 43 |
# File 'lib/kaltura/service.rb', line 38 def list(filter=nil, pager=nil) kparams = {} client.add_param(kparams, 'filter', filter) client.add_param(kparams, 'pager', pager) perform_request('fileSync','list',kparams,false) end |