Class: Kaltura::KalturaObject

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_types.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

Returns the value of attribute related_objects.



3124
3125
3126
# File 'lib/kaltura_types.rb', line 3124

def related_objects
  @related_objects
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



3127
3128
3129
3130
# File 'lib/kaltura_types.rb', line 3127

def from_xml(xml_element)
	super
	self.related_objects = KalturaClientBase.object_from_xml(xml_element.elements['relatedObjects'], 'KalturaListResponse')
end