Class: Kaltura::KalturaSearchResultResponse
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaSearchResultResponse
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#need_media_info ⇒ Object
Returns the value of attribute need_media_info.
-
#objects ⇒ Object
Returns the value of attribute objects.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#need_media_info ⇒ Object
Returns the value of attribute need_media_info.
5332 5333 5334 |
# File 'lib/kaltura_client.rb', line 5332 def need_media_info @need_media_info end |
#objects ⇒ Object
Returns the value of attribute objects.
5331 5332 5333 |
# File 'lib/kaltura_client.rb', line 5331 def objects @objects end |