Class: Kaltura::KalturaMeetingScheduleEvent
- Inherits:
-
KalturaEntryScheduleEvent
- Object
- KalturaObjectBase
- KalturaScheduleEvent
- KalturaEntryScheduleEvent
- Kaltura::KalturaMeetingScheduleEvent
- Defined in:
- lib/kaltura_plugins/kaltura_schedule_client_plugin.rb
Instance Attribute Summary collapse
-
#pre_start_time ⇒ Object
The time relative time before the startTime considered as preStart time.
Attributes inherited from KalturaEntryScheduleEvent
#blackout_conflicts, #category_ids, #entry_ids, #template_entry_id
Attributes inherited from KalturaScheduleEvent
#classification_type, #comment, #contact, #created_at, #description, #duration, #end_date, #geo_latitude, #geo_longitude, #id, #linked_by, #linked_to, #location, #organizer, #owner_id, #parent_id, #partner_id, #priority, #recurrence, #recurrence_type, #reference_id, #sequence, #start_date, #status, #summary, #tags, #updated_at
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#pre_start_time ⇒ Object
The time relative time before the startTime considered as preStart time
818 819 820 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 818 def pre_start_time @pre_start_time end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
824 825 826 827 828 829 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 824 def from_xml(xml_element) super if xml_element.elements['preStartTime'] != nil self.pre_start_time = xml_element.elements['preStartTime'].text end end |