class Kaltura::KalturaAuditTrailChangeXmlNode
Attributes
type[RW]
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaAuditTrailChangeItem#from_xml
# File lib/kaltura_plugins/kaltura_audit_client_plugin.rb, line 288 def from_xml(xml_element) super if xml_element.elements['type'] != nil self.type = xml_element.elements['type'].text end end
type=(val)
click to toggle source
# File lib/kaltura_plugins/kaltura_audit_client_plugin.rb, line 284 def type=(val) @type = val.to_i end