Class: Kaltura::KalturaConferenceServerNode
- Inherits:
-
KalturaServerNode
- Object
- KalturaObjectBase
- KalturaServerNode
- Kaltura::KalturaConferenceServerNode
- Defined in:
- lib/kaltura_plugins/kaltura_conference_client_plugin.rb
Instance Attribute Summary collapse
-
#service_base_url ⇒ Object
Returns the value of attribute service_base_url.
Attributes inherited from KalturaServerNode
#created_at, #dc, #description, #environment, #heartbeat_time, #host_name, #id, #name, #parent_id, #partner_id, #status, #system_name, #tags, #type, #updated_at
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#service_base_url ⇒ Object
Returns the value of attribute service_base_url.
103 104 105 |
# File 'lib/kaltura_plugins/kaltura_conference_client_plugin.rb', line 103 def service_base_url @service_base_url end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
106 107 108 109 110 111 |
# File 'lib/kaltura_plugins/kaltura_conference_client_plugin.rb', line 106 def from_xml(xml_element) super if xml_element.elements['serviceBaseUrl'] != nil self.service_base_url = xml_element.elements['serviceBaseUrl'].text end end |