Class: Kaltura::KalturaControlPanelCommandBaseFilter

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

Direct Known Subclasses

KalturaControlPanelCommandFilter

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

#created_at_greater_than_or_equalObject

Returns the value of attribute created_at_greater_than_or_equal.



7051
7052
7053
# File 'lib/kaltura_client.rb', line 7051

def created_at_greater_than_or_equal
  @created_at_greater_than_or_equal
end

#created_at_less_than_or_equalObject

Returns the value of attribute created_at_less_than_or_equal.



7052
7053
7054
# File 'lib/kaltura_client.rb', line 7052

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#created_by_id_equalObject

Returns the value of attribute created_by_id_equal.



7053
7054
7055
# File 'lib/kaltura_client.rb', line 7053

def created_by_id_equal
  @created_by_id_equal
end

#id_equalObject

Returns the value of attribute id_equal.



7049
7050
7051
# File 'lib/kaltura_client.rb', line 7049

def id_equal
  @id_equal
end

#id_inObject

Returns the value of attribute id_in.



7050
7051
7052
# File 'lib/kaltura_client.rb', line 7050

def id_in
  @id_in
end

#status_equalObject

Returns the value of attribute status_equal.



7058
7059
7060
# File 'lib/kaltura_client.rb', line 7058

def status_equal
  @status_equal
end

#status_inObject

Returns the value of attribute status_in.



7059
7060
7061
# File 'lib/kaltura_client.rb', line 7059

def status_in
  @status_in
end

#target_type_equalObject

Returns the value of attribute target_type_equal.



7056
7057
7058
# File 'lib/kaltura_client.rb', line 7056

def target_type_equal
  @target_type_equal
end

#target_type_inObject

Returns the value of attribute target_type_in.



7057
7058
7059
# File 'lib/kaltura_client.rb', line 7057

def target_type_in
  @target_type_in
end

#type_equalObject

Returns the value of attribute type_equal.



7054
7055
7056
# File 'lib/kaltura_client.rb', line 7054

def type_equal
  @type_equal
end

#type_inObject

Returns the value of attribute type_in.



7055
7056
7057
# File 'lib/kaltura_client.rb', line 7055

def type_in
  @type_in
end