Class: Kaltura::Filter::AccessControlFilter

Inherits:
BaseFilter show all
Defined in:
lib/kaltura/filter/access_control_filter.rb

Instance Attribute Summary collapse

Attributes inherited from BaseFilter

#order_by

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

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



6
7
8
# File 'lib/kaltura/filter/access_control_filter.rb', line 6

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.



7
8
9
# File 'lib/kaltura/filter/access_control_filter.rb', line 7

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#id_equalObject

Returns the value of attribute id_equal.



4
5
6
# File 'lib/kaltura/filter/access_control_filter.rb', line 4

def id_equal
  @id_equal
end

#id_inObject

Returns the value of attribute id_in.



5
6
7
# File 'lib/kaltura/filter/access_control_filter.rb', line 5

def id_in
  @id_in
end