Class: Kaltura::KalturaAuditTrailChangeXmlNode
- Inherits:
-
KalturaAuditTrailChangeItem
- Object
- KalturaObjectBase
- KalturaAuditTrailChangeItem
- Kaltura::KalturaAuditTrailChangeXmlNode
- Defined in:
- lib/kaltura_plugins/kaltura_audit_client_plugin.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from KalturaAuditTrailChangeItem
#descriptor, #new_value, #old_value
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
283 284 285 |
# File 'lib/kaltura_plugins/kaltura_audit_client_plugin.rb', line 283 def type @type end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
289 290 291 292 293 294 |
# File 'lib/kaltura_plugins/kaltura_audit_client_plugin.rb', line 289 def from_xml(xml_element) super if xml_element.elements['type'] != nil self.type = xml_element.elements['type'].text end end |