Class: Kaltura::KalturaDrmProfileBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaDrmProfileBaseFilter
- Defined in:
- lib/kaltura_plugins/kaltura_drm_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#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.
-
#provider_equal ⇒ Object
Returns the value of attribute provider_equal.
-
#provider_in ⇒ Object
Returns the value of attribute provider_in.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#id_equal ⇒ Object
Returns the value of attribute id_equal.
87 88 89 |
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 87 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
88 89 90 |
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 88 def id_in @id_in end |
#name_like ⇒ Object
Returns the value of attribute name_like.
91 92 93 |
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 91 def name_like @name_like end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
89 90 91 |
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 89 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
90 91 92 |
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 90 def partner_id_in @partner_id_in end |
#provider_equal ⇒ Object
Returns the value of attribute provider_equal.
92 93 94 |
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 92 def provider_equal @provider_equal end |
#provider_in ⇒ Object
Returns the value of attribute provider_in.
93 94 95 |
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 93 def provider_in @provider_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
94 95 96 |
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 94 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
95 96 97 |
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 95 def status_in @status_in end |