class Kaltura::KalturaLiveRedirectScheduleEvent

Attributes

redirect_entry_id[RW]

The vod entry to redirect

Public Instance Methods

from_xml(xml_element) click to toggle source
# File lib/kaltura_plugins/kaltura_schedule_client_plugin.rb, line 1058
def from_xml(xml_element)
        super
        if xml_element.elements['redirectEntryId'] != nil
                self.redirect_entry_id = xml_element.elements['redirectEntryId'].text
        end
end