Class: Kaltura::KalturaEntryCaptionAdvancedFilter
- Inherits:
-
KalturaSearchItem
- Object
- KalturaObjectBase
- KalturaSearchItem
- Kaltura::KalturaEntryCaptionAdvancedFilter
- Defined in:
- lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb
Instance Attribute Summary collapse
-
#has_caption ⇒ Object
Returns the value of attribute has_caption.
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#has_caption ⇒ Object
Returns the value of attribute has_caption.
1038 1039 1040 |
# File 'lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb', line 1038 def @has_caption end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
1044 1045 1046 1047 1048 1049 |
# File 'lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb', line 1044 def from_xml(xml_element) super if xml_element.elements['hasCaption'] != nil self. = xml_element.elements['hasCaption'].text end end |