Class: Kaltura::Response::SearchResultResponse
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::Response::SearchResultResponse
- Defined in:
- lib/kaltura/response.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 ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#need_media_info ⇒ Object
Returns the value of attribute need_media_info.
51 52 53 |
# File 'lib/kaltura/response.rb', line 51 def need_media_info @need_media_info end |
#objects ⇒ Object
Returns the value of attribute objects.
50 51 52 |
# File 'lib/kaltura/response.rb', line 50 def objects @objects end |