Class: Kaltura::KalturaBaseJobFilter

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.



3127
3128
3129
# File 'lib/kaltura_client.rb', line 3127

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.



3128
3129
3130
# File 'lib/kaltura_client.rb', line 3128

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#id_equalObject

Returns the value of attribute id_equal.



3123
3124
3125
# File 'lib/kaltura_client.rb', line 3123

def id_equal
  @id_equal
end

#id_greater_than_or_equalObject

Returns the value of attribute id_greater_than_or_equal.



3124
3125
3126
# File 'lib/kaltura_client.rb', line 3124

def id_greater_than_or_equal
  @id_greater_than_or_equal
end

#partner_id_equalObject

Returns the value of attribute partner_id_equal.



3125
3126
3127
# File 'lib/kaltura_client.rb', line 3125

def partner_id_equal
  @partner_id_equal
end

#partner_id_inObject

Returns the value of attribute partner_id_in.



3126
3127
3128
# File 'lib/kaltura_client.rb', line 3126

def partner_id_in
  @partner_id_in
end