Class: Kaltura::KalturaCuePointBaseFilter

Inherits:
KalturaFilter show all
Defined in:
lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb

Direct Known Subclasses

KalturaCuePointFilter

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.



117
118
119
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 117

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.



118
119
120
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 118

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#cue_point_type_equalObject

Returns the value of attribute cue_point_type_equal.



111
112
113
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 111

def cue_point_type_equal
  @cue_point_type_equal
end

#cue_point_type_inObject

Returns the value of attribute cue_point_type_in.



112
113
114
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 112

def cue_point_type_in
  @cue_point_type_in
end

#entry_id_equalObject

Returns the value of attribute entry_id_equal.



115
116
117
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 115

def entry_id_equal
  @entry_id_equal
end

#entry_id_inObject

Returns the value of attribute entry_id_in.



116
117
118
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 116

def entry_id_in
  @entry_id_in
end

#force_stop_equalObject

Returns the value of attribute force_stop_equal.



132
133
134
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 132

def force_stop_equal
  @force_stop_equal
end

#id_equalObject

Returns the value of attribute id_equal.



109
110
111
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 109

def id_equal
  @id_equal
end

#id_inObject

Returns the value of attribute id_in.



110
111
112
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 110

def id_in
  @id_in
end

#partner_sort_value_equalObject

Returns the value of attribute partner_sort_value_equal.



128
129
130
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 128

def partner_sort_value_equal
  @partner_sort_value_equal
end

#partner_sort_value_greater_than_or_equalObject

Returns the value of attribute partner_sort_value_greater_than_or_equal.



130
131
132
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 130

def partner_sort_value_greater_than_or_equal
  @partner_sort_value_greater_than_or_equal
end

#partner_sort_value_inObject

Returns the value of attribute partner_sort_value_in.



129
130
131
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 129

def partner_sort_value_in
  @partner_sort_value_in
end

#partner_sort_value_less_than_or_equalObject

Returns the value of attribute partner_sort_value_less_than_or_equal.



131
132
133
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 131

def partner_sort_value_less_than_or_equal
  @partner_sort_value_less_than_or_equal
end

#start_time_greater_than_or_equalObject

Returns the value of attribute start_time_greater_than_or_equal.



124
125
126
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 124

def start_time_greater_than_or_equal
  @start_time_greater_than_or_equal
end

#start_time_less_than_or_equalObject

Returns the value of attribute start_time_less_than_or_equal.



125
126
127
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 125

def start_time_less_than_or_equal
  @start_time_less_than_or_equal
end

#status_equalObject

Returns the value of attribute status_equal.



113
114
115
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 113

def status_equal
  @status_equal
end

#status_inObject

Returns the value of attribute status_in.



114
115
116
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 114

def status_in
  @status_in
end

#system_name_equalObject

Returns the value of attribute system_name_equal.



133
134
135
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 133

def system_name_equal
  @system_name_equal
end

#system_name_inObject

Returns the value of attribute system_name_in.



134
135
136
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 134

def system_name_in
  @system_name_in
end

#tags_likeObject

Returns the value of attribute tags_like.



121
122
123
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 121

def tags_like
  @tags_like
end

#tags_multi_like_andObject

Returns the value of attribute tags_multi_like_and.



123
124
125
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 123

def tags_multi_like_and
  @tags_multi_like_and
end

#tags_multi_like_orObject

Returns the value of attribute tags_multi_like_or.



122
123
124
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 122

def tags_multi_like_or
  @tags_multi_like_or
end

#updated_at_greater_than_or_equalObject

Returns the value of attribute updated_at_greater_than_or_equal.



119
120
121
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 119

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.



120
121
122
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 120

def updated_at_less_than_or_equal
  @updated_at_less_than_or_equal
end

#user_id_equalObject

Returns the value of attribute user_id_equal.



126
127
128
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 126

def user_id_equal
  @user_id_equal
end

#user_id_inObject

Returns the value of attribute user_id_in.



127
128
129
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 127

def user_id_in
  @user_id_in
end