Class: Kaltura::Service::SystemService
- Inherits:
-
BaseService
- Object
- BaseService
- Kaltura::Service::SystemService
- Defined in:
- lib/kaltura/service/system_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
#ping ⇒ Object
5 6 7 8 |
# File 'lib/kaltura/service/system_service.rb', line 5 def ping() kparams = {} perform_request('system','ping',kparams,false) end |