class Kaltura::KalturaMeetingScheduleEvent
Attributes
pre_start_time[RW]
The time relative time before the startTime considered as preStart time
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaEntryScheduleEvent#from_xml
# File lib/kaltura_plugins/kaltura_schedule_client_plugin.rb, line 708 def from_xml(xml_element) super if xml_element.elements['preStartTime'] != nil self.pre_start_time = xml_element.elements['preStartTime'].text end end
pre_start_time=(val)
click to toggle source
# File lib/kaltura_plugins/kaltura_schedule_client_plugin.rb, line 704 def pre_start_time=(val) @pre_start_time = val.to_i end