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.
2128 2129 2130 |
# File 'lib/kaltura_client.rb', line 2128 def need_media_info @need_media_info end |
#objects ⇒ Object
Returns the value of attribute objects.
2127 2128 2129 |
# File 'lib/kaltura_client.rb', line 2127 def objects @objects end |