Class: Kaltura::KalturaConversionProfileBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaConversionProfileBaseFilter
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#default_entry_id_equal ⇒ Object
Returns the value of attribute default_entry_id_equal.
-
#default_entry_id_in ⇒ Object
Returns the value of attribute default_entry_id_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.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
-
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
-
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
-
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
-
#type_equal ⇒ Object
Returns the value of attribute type_equal.
-
#type_in ⇒ Object
Returns the value of attribute type_in.
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#default_entry_id_equal ⇒ Object
Returns the value of attribute default_entry_id_equal.
7154 7155 7156 |
# File 'lib/kaltura_client.rb', line 7154 def default_entry_id_equal @default_entry_id_equal end |
#default_entry_id_in ⇒ Object
Returns the value of attribute default_entry_id_in.
7155 7156 7157 |
# File 'lib/kaltura_client.rb', line 7155 def default_entry_id_in @default_entry_id_in end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
7143 7144 7145 |
# File 'lib/kaltura_client.rb', line 7143 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
7144 7145 7146 |
# File 'lib/kaltura_client.rb', line 7144 def id_in @id_in end |
#name_equal ⇒ Object
Returns the value of attribute name_equal.
7149 7150 7151 |
# File 'lib/kaltura_client.rb', line 7149 def name_equal @name_equal end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
7145 7146 7147 |
# File 'lib/kaltura_client.rb', line 7145 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
7146 7147 7148 |
# File 'lib/kaltura_client.rb', line 7146 def status_in @status_in end |
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
7150 7151 7152 |
# File 'lib/kaltura_client.rb', line 7150 def system_name_equal @system_name_equal end |
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
7151 7152 7153 |
# File 'lib/kaltura_client.rb', line 7151 def system_name_in @system_name_in end |
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
7153 7154 7155 |
# File 'lib/kaltura_client.rb', line 7153 def @tags_multi_like_and end |
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
7152 7153 7154 |
# File 'lib/kaltura_client.rb', line 7152 def @tags_multi_like_or end |
#type_equal ⇒ Object
Returns the value of attribute type_equal.
7147 7148 7149 |
# File 'lib/kaltura_client.rb', line 7147 def type_equal @type_equal end |
#type_in ⇒ Object
Returns the value of attribute type_in.
7148 7149 7150 |
# File 'lib/kaltura_client.rb', line 7148 def type_in @type_in end |