Class: Kaltura::Filter::FileSyncFilter

Inherits:
BaseFilter show all
Defined in:
lib/kaltura/filter/file_sync_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.



16
17
18
# File 'lib/kaltura/filter/file_sync_filter.rb', line 16

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.



17
18
19
# File 'lib/kaltura/filter/file_sync_filter.rb', line 17

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#dc_equalObject

Returns the value of attribute dc_equal.



13
14
15
# File 'lib/kaltura/filter/file_sync_filter.rb', line 13

def dc_equal
  @dc_equal
end

#dc_inObject

Returns the value of attribute dc_in.



14
15
16
# File 'lib/kaltura/filter/file_sync_filter.rb', line 14

def dc_in
  @dc_in
end

#file_size_greater_than_or_equalObject

Returns the value of attribute file_size_greater_than_or_equal.



31
32
33
# File 'lib/kaltura/filter/file_sync_filter.rb', line 31

def file_size_greater_than_or_equal
  @file_size_greater_than_or_equal
end

#file_size_less_than_or_equalObject

Returns the value of attribute file_size_less_than_or_equal.



32
33
34
# File 'lib/kaltura/filter/file_sync_filter.rb', line 32

def file_size_less_than_or_equal
  @file_size_less_than_or_equal
end

#file_type_equalObject

Returns the value of attribute file_type_equal.



26
27
28
# File 'lib/kaltura/filter/file_sync_filter.rb', line 26

def file_type_equal
  @file_type_equal
end

#file_type_inObject

Returns the value of attribute file_type_in.



27
28
29
# File 'lib/kaltura/filter/file_sync_filter.rb', line 27

def file_type_in
  @file_type_in
end

Returns the value of attribute link_count_greater_than_or_equal.



29
30
31
# File 'lib/kaltura/filter/file_sync_filter.rb', line 29

def link_count_greater_than_or_equal
  @link_count_greater_than_or_equal
end

Returns the value of attribute link_count_less_than_or_equal.



30
31
32
# File 'lib/kaltura/filter/file_sync_filter.rb', line 30

def link_count_less_than_or_equal
  @link_count_less_than_or_equal
end

#linked_id_equalObject

Returns the value of attribute linked_id_equal.



28
29
30
# File 'lib/kaltura/filter/file_sync_filter.rb', line 28

def linked_id_equal
  @linked_id_equal
end

#object_id_equalObject

Returns the value of attribute object_id_equal.



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

def object_id_equal
  @object_id_equal
end

#object_id_inObject

Returns the value of attribute object_id_in.



8
9
10
# File 'lib/kaltura/filter/file_sync_filter.rb', line 8

def object_id_in
  @object_id_in
end

#object_sub_type_equalObject

Returns the value of attribute object_sub_type_equal.



11
12
13
# File 'lib/kaltura/filter/file_sync_filter.rb', line 11

def object_sub_type_equal
  @object_sub_type_equal
end

#object_sub_type_inObject

Returns the value of attribute object_sub_type_in.



12
13
14
# File 'lib/kaltura/filter/file_sync_filter.rb', line 12

def object_sub_type_in
  @object_sub_type_in
end

#object_type_equalObject

Returns the value of attribute object_type_equal.



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

def object_type_equal
  @object_type_equal
end

#object_type_inObject

Returns the value of attribute object_type_in.



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

def object_type_in
  @object_type_in
end

#original_equalObject

Returns the value of attribute original_equal.



15
16
17
# File 'lib/kaltura/filter/file_sync_filter.rb', line 15

def original_equal
  @original_equal
end

#partner_id_equalObject

Returns the value of attribute partner_id_equal.



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

def partner_id_equal
  @partner_id_equal
end

#ready_at_greater_than_or_equalObject

Returns the value of attribute ready_at_greater_than_or_equal.



20
21
22
# File 'lib/kaltura/filter/file_sync_filter.rb', line 20

def ready_at_greater_than_or_equal
  @ready_at_greater_than_or_equal
end

#ready_at_less_than_or_equalObject

Returns the value of attribute ready_at_less_than_or_equal.



21
22
23
# File 'lib/kaltura/filter/file_sync_filter.rb', line 21

def ready_at_less_than_or_equal
  @ready_at_less_than_or_equal
end

#status_equalObject

Returns the value of attribute status_equal.



24
25
26
# File 'lib/kaltura/filter/file_sync_filter.rb', line 24

def status_equal
  @status_equal
end

#status_inObject

Returns the value of attribute status_in.



25
26
27
# File 'lib/kaltura/filter/file_sync_filter.rb', line 25

def status_in
  @status_in
end

#sync_time_greater_than_or_equalObject

Returns the value of attribute sync_time_greater_than_or_equal.



22
23
24
# File 'lib/kaltura/filter/file_sync_filter.rb', line 22

def sync_time_greater_than_or_equal
  @sync_time_greater_than_or_equal
end

#sync_time_less_than_or_equalObject

Returns the value of attribute sync_time_less_than_or_equal.



23
24
25
# File 'lib/kaltura/filter/file_sync_filter.rb', line 23

def sync_time_less_than_or_equal
  @sync_time_less_than_or_equal
end

#updated_at_greater_than_or_equalObject

Returns the value of attribute updated_at_greater_than_or_equal.



18
19
20
# File 'lib/kaltura/filter/file_sync_filter.rb', line 18

def updated_at_greater_than_or_equal
  @updated_at_greater_than_or_equal
end

#updated_at_less_than_or_equalObject

Returns the value of attribute updated_at_less_than_or_equal.



19
20
21
# File 'lib/kaltura/filter/file_sync_filter.rb', line 19

def updated_at_less_than_or_equal
  @updated_at_less_than_or_equal
end

#version_equalObject

Returns the value of attribute version_equal.



9
10
11
# File 'lib/kaltura/filter/file_sync_filter.rb', line 9

def version_equal
  @version_equal
end

#version_inObject

Returns the value of attribute version_in.



10
11
12
# File 'lib/kaltura/filter/file_sync_filter.rb', line 10

def version_in
  @version_in
end