Class: Kaltura::KalturaContextTypeHolder
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaContextTypeHolder
- Defined in:
- lib/kaltura_types.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#type ⇒ Object
The type of the condition context.
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#type ⇒ Object
The type of the condition context
127 128 129 |
# File 'lib/kaltura_types.rb', line 127 def type @type end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
130 131 132 133 134 135 |
# File 'lib/kaltura_types.rb', line 130 def from_xml(xml_element) super if xml_element.elements['type'] != nil self.type = xml_element.elements['type'].text end end |