Class: Kaltura::KalturaSearchResultResponse
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaSearchResultResponse
- Defined in:
- lib/kaltura_types.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
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#need_media_info ⇒ Object
Returns the value of attribute need_media_info.
5571 5572 5573 |
# File 'lib/kaltura_types.rb', line 5571 def need_media_info @need_media_info end |
#objects ⇒ Object
Returns the value of attribute objects.
5570 5571 5572 |
# File 'lib/kaltura_types.rb', line 5570 def objects @objects end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
5577 5578 5579 5580 5581 |
# File 'lib/kaltura_types.rb', line 5577 def from_xml(xml_element) super self.objects = KalturaClientBase.object_from_xml(xml_element.elements['objects'], 'KalturaSearchResult') self.need_media_info = xml_element.elements['needMediaInfo'].text end |