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
652 653 654 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 652 def stream_url @stream_url end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
655 656 657 658 659 660 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 655 def from_xml(xml_element) super if xml_element.elements['streamUrl'] != nil self.stream_url = xml_element.elements['streamUrl'].text end end |