Class: Kaltura::KalturaVirusScanProfileBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaVirusScanProfileBaseFilter
- Defined in:
- lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
-
#created_at_less_than_or_equal ⇒ Object
Returns the value of attribute created_at_less_than_or_equal.
-
#engine_type_equal ⇒ Object
Returns the value of attribute engine_type_equal.
-
#engine_type_in ⇒ Object
Returns the value of attribute engine_type_in.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#name_equal ⇒ Object
Returns the value of attribute name_equal.
-
#name_like ⇒ Object
Returns the value of attribute name_like.
-
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
-
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
-
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
128 129 130 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 128 def created_at_greater_than_or_equal @created_at_greater_than_or_equal end |
#created_at_less_than_or_equal ⇒ Object
Returns the value of attribute created_at_less_than_or_equal.
129 130 131 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 129 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#engine_type_equal ⇒ Object
Returns the value of attribute engine_type_equal.
138 139 140 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 138 def engine_type_equal @engine_type_equal end |
#engine_type_in ⇒ Object
Returns the value of attribute engine_type_in.
139 140 141 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 139 def engine_type_in @engine_type_in end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
126 127 128 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 126 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
127 128 129 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 127 def id_in @id_in end |
#name_equal ⇒ Object
Returns the value of attribute name_equal.
134 135 136 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 134 def name_equal @name_equal end |
#name_like ⇒ Object
Returns the value of attribute name_like.
135 136 137 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 135 def name_like @name_like end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
132 133 134 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 132 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
133 134 135 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 133 def partner_id_in @partner_id_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
136 137 138 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 136 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
137 138 139 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 137 def status_in @status_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
130 131 132 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 130 def updated_at_greater_than_or_equal @updated_at_greater_than_or_equal end |
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
131 132 133 |
# File 'lib/kaltura_plugins/kaltura_virus_scan_client_plugin.rb', line 131 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |