Class: Kaltura::Service::MediaInfoService

Inherits:
BaseService
  • Object
show all
Defined in:
lib/kaltura/service.rb

Overview

class FlavorParamsOutputService

Instance Attribute Summary

Attributes inherited from BaseService

#client

Instance Method Summary collapse

Methods inherited from BaseService

#initialize, #perform_request

Constructor Details

This class inherits a constructor from Kaltura::Service::BaseService

Instance Method Details

#list(filter = nil, pager = nil) ⇒ Object



58
59
60
61
62
63
# File 'lib/kaltura/service.rb', line 58

def list(filter=nil, pager=nil)
	kparams = {}
	client.add_param(kparams, 'filter', filter)
	client.add_param(kparams, 'pager', pager)
	perform_request('mediaInfo','list',kparams,false)
end