Class: Kaltura::KalturaReportBaseFilter

Inherits:
KalturaFilter show all
Defined in:
lib/kaltura_client.rb

Direct Known Subclasses

KalturaReportFilter

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.



7892
7893
7894
# File 'lib/kaltura_client.rb', line 7892

def id_equal
  @id_equal
end

#id_inObject

Returns the value of attribute id_in.



7893
7894
7895
# File 'lib/kaltura_client.rb', line 7893

def id_in
  @id_in
end

#partner_id_equalObject

Returns the value of attribute partner_id_equal.



7894
7895
7896
# File 'lib/kaltura_client.rb', line 7894

def partner_id_equal
  @partner_id_equal
end

#partner_id_inObject

Returns the value of attribute partner_id_in.



7895
7896
7897
# File 'lib/kaltura_client.rb', line 7895

def partner_id_in
  @partner_id_in
end

#system_name_equalObject

Returns the value of attribute system_name_equal.



7896
7897
7898
# File 'lib/kaltura_client.rb', line 7896

def system_name_equal
  @system_name_equal
end

#system_name_inObject

Returns the value of attribute system_name_in.



7897
7898
7899
# File 'lib/kaltura_client.rb', line 7897

def system_name_in
  @system_name_in
end