class Kaltura::KalturaEntryCaptionAdvancedFilter

Attributes

has_caption[RW]

Public Instance Methods

from_xml(xml_element) click to toggle source
Calls superclass method
# File lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb, line 1037
def from_xml(xml_element)
        super
        if xml_element.elements['hasCaption'] != nil
                self.has_caption = xml_element.elements['hasCaption'].text
        end
end
has_caption=(val) click to toggle source
# File lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb, line 1033
def has_caption=(val)
        @has_caption = val.to_i
end