Class: Kaltura::KalturaESearchEntryResult
- Inherits:
-
KalturaESearchResult
- Object
- KalturaObjectBase
- KalturaESearchResult
- Kaltura::KalturaESearchEntryResult
- Defined in:
- lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb
Instance Attribute Summary collapse
-
#object ⇒ Object
Returns the value of attribute object.
Attributes inherited from KalturaESearchResult
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#object ⇒ Object
Returns the value of attribute object.
469 470 471 |
# File 'lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb', line 469 def object @object end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
472 473 474 475 476 477 |
# File 'lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb', line 472 def from_xml(xml_element) super if xml_element.elements['object'] != nil self.object = KalturaClientBase.object_from_xml(xml_element.elements['object'], 'KalturaBaseEntry') end end |