Class: Kaltura::KalturaDrmProfileBaseFilter

Inherits:
KalturaFilter show all
Defined in:
lib/kaltura_plugins/kaltura_drm_client_plugin.rb

Direct Known Subclasses

KalturaDrmProfileFilter

Instance Attribute Summary collapse

Attributes inherited from KalturaFilter

#advanced_search, #order_by

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#id_equalObject

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_inObject

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_likeObject

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_equalObject

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_inObject

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_equalObject

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_inObject

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_equalObject

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_inObject

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