Class: Kaltura::KalturaContextTypeHolder

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

Direct Known Subclasses

KalturaAccessControlContextTypeHolder

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#typeObject

The type of the condition context



116
117
118
# File 'lib/kaltura_types.rb', line 116

def type
  @type
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



119
120
121
122
# File 'lib/kaltura_types.rb', line 119

def from_xml(xml_element)
	super
	self.type = xml_element.elements['type'].text
end