Class: Kaltura::KalturaVirusScanProfile
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaVirusScanProfile
- Defined in:
- lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb
Instance Attribute Summary collapse
-
#action_if_infected ⇒ Object
Returns the value of attribute action_if_infected.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#engine_type ⇒ Object
Returns the value of attribute engine_type.
-
#entry_filter ⇒ Object
Returns the value of attribute entry_filter.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#action_if_infected ⇒ Object
Returns the value of attribute action_if_infected.
75 76 77 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 75 def action_if_infected @action_if_infected end |
#created_at ⇒ Object
Returns the value of attribute created_at.
68 69 70 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 68 def created_at @created_at end |
#engine_type ⇒ Object
Returns the value of attribute engine_type.
73 74 75 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 73 def engine_type @engine_type end |
#entry_filter ⇒ Object
Returns the value of attribute entry_filter.
74 75 76 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 74 def entry_filter @entry_filter end |
#id ⇒ Object
Returns the value of attribute id.
67 68 69 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 67 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
71 72 73 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 71 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
70 71 72 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 70 def partner_id @partner_id end |
#status ⇒ Object
Returns the value of attribute status.
72 73 74 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 72 def status @status end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
69 70 71 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 69 def updated_at @updated_at end |