Class: Kaltura::KalturaVirusScanJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaVirusScanJobData
- Defined in:
- lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb
Instance Attribute Summary collapse
-
#flavor_asset_id ⇒ Object
Returns the value of attribute flavor_asset_id.
-
#scan_result ⇒ Object
Returns the value of attribute scan_result.
-
#src_file_path ⇒ Object
Returns the value of attribute src_file_path.
-
#virus_found_action ⇒ Object
Returns the value of attribute virus_found_action.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#flavor_asset_id ⇒ Object
Returns the value of attribute flavor_asset_id.
113 114 115 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 113 def flavor_asset_id @flavor_asset_id end |
#scan_result ⇒ Object
Returns the value of attribute scan_result.
114 115 116 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 114 def scan_result @scan_result end |
#src_file_path ⇒ Object
Returns the value of attribute src_file_path.
112 113 114 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 112 def src_file_path @src_file_path end |
#virus_found_action ⇒ Object
Returns the value of attribute virus_found_action.
115 116 117 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 115 def virus_found_action @virus_found_action end |