Class: Kaltura::KalturaCameraScheduleResource
- Inherits:
-
KalturaScheduleResource
- Object
- KalturaObjectBase
- KalturaScheduleResource
- Kaltura::KalturaCameraScheduleResource
- Defined in:
- lib/kaltura_plugins/kaltura_schedule_client_plugin.rb
Instance Attribute Summary collapse
-
#stream_url ⇒ Object
URL of the stream.
Attributes inherited from KalturaScheduleResource
#created_at, #description, #id, #name, #parent_id, #partner_id, #status, #system_name, #tags, #updated_at
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#stream_url ⇒ Object
URL of the stream
587 588 589 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 587 def stream_url @stream_url end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
590 591 592 593 594 595 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 590 def from_xml(xml_element) super if xml_element.elements['streamUrl'] != nil self.stream_url = xml_element.elements['streamUrl'].text end end |