Class: Kaltura::KalturaObject
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaObject
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#related_objects ⇒ Object
Returns the value of attribute related_objects.
Attributes inherited from KalturaObjectBase
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#related_objects ⇒ Object
Returns the value of attribute related_objects.
5829 5830 5831 |
# File 'lib/kaltura_types.rb', line 5829 def @related_objects end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
5832 5833 5834 5835 5836 5837 |
# File 'lib/kaltura_types.rb', line 5832 def from_xml(xml_element) super if xml_element.elements['relatedObjects'] != nil self. = KalturaClientBase.object_from_xml(xml_element.elements['relatedObjects'], 'KalturaListResponse') end end |