Class: Kaltura::KalturaControlPanelCommandFilter

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

Instance Attribute Summary collapse

Attributes inherited from KalturaFilter

#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.



3206
3207
3208
# File 'lib/kaltura_client.rb', line 3206

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.



3207
3208
3209
# File 'lib/kaltura_client.rb', line 3207

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.



3208
3209
3210
# File 'lib/kaltura_client.rb', line 3208

def created_by_id_equal
  @created_by_id_equal
end

#id_equalObject

Returns the value of attribute id_equal.



3204
3205
3206
# File 'lib/kaltura_client.rb', line 3204

def id_equal
  @id_equal
end

#id_inObject

Returns the value of attribute id_in.



3205
3206
3207
# File 'lib/kaltura_client.rb', line 3205

def id_in
  @id_in
end

#status_equalObject

Returns the value of attribute status_equal.



3213
3214
3215
# File 'lib/kaltura_client.rb', line 3213

def status_equal
  @status_equal
end

#status_inObject

Returns the value of attribute status_in.



3214
3215
3216
# File 'lib/kaltura_client.rb', line 3214

def status_in
  @status_in
end

#target_type_equalObject

Returns the value of attribute target_type_equal.



3211
3212
3213
# File 'lib/kaltura_client.rb', line 3211

def target_type_equal
  @target_type_equal
end

#target_type_inObject

Returns the value of attribute target_type_in.



3212
3213
3214
# File 'lib/kaltura_client.rb', line 3212

def target_type_in
  @target_type_in
end

#type_equalObject

Returns the value of attribute type_equal.



3209
3210
3211
# File 'lib/kaltura_client.rb', line 3209

def type_equal
  @type_equal
end

#type_inObject

Returns the value of attribute type_in.



3210
3211
3212
# File 'lib/kaltura_client.rb', line 3210

def type_in
  @type_in
end