Class: Kaltura::KalturaAuditTrailFileSyncCreateInfo
- Inherits:
-
KalturaAuditTrailInfo
- Object
- KalturaObjectBase
- KalturaAuditTrailInfo
- Kaltura::KalturaAuditTrailFileSyncCreateInfo
- Defined in:
- lib/kaltura_plugins/kaltura_audit_client_plugin.rb
Instance Attribute Summary collapse
-
#dc ⇒ Object
Returns the value of attribute dc.
-
#file_type ⇒ Object
Returns the value of attribute file_type.
-
#object_sub_type ⇒ Object
Returns the value of attribute object_sub_type.
-
#original ⇒ Object
Returns the value of attribute original.
-
#version ⇒ Object
Returns the value of attribute version.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#dc ⇒ Object
Returns the value of attribute dc.
266 267 268 |
# File 'lib/kaltura_plugins/kaltura_audit_client_plugin.rb', line 266 def dc @dc end |
#file_type ⇒ Object
Returns the value of attribute file_type.
268 269 270 |
# File 'lib/kaltura_plugins/kaltura_audit_client_plugin.rb', line 268 def file_type @file_type end |
#object_sub_type ⇒ Object
Returns the value of attribute object_sub_type.
265 266 267 |
# File 'lib/kaltura_plugins/kaltura_audit_client_plugin.rb', line 265 def object_sub_type @object_sub_type end |
#original ⇒ Object
Returns the value of attribute original.
267 268 269 |
# File 'lib/kaltura_plugins/kaltura_audit_client_plugin.rb', line 267 def original @original end |
#version ⇒ Object
Returns the value of attribute version.
264 265 266 |
# File 'lib/kaltura_plugins/kaltura_audit_client_plugin.rb', line 264 def version @version end |