Class: KalturaApi::KalturaConversionProfileBaseFilter

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

Direct Known Subclasses

KalturaConversionProfileFilter

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

#default_entry_id_equalObject

Returns the value of attribute default_entry_id_equal.



7154
7155
7156
# File 'lib/kaltura_client.rb', line 7154

def default_entry_id_equal
  @default_entry_id_equal
end

#default_entry_id_inObject

Returns the value of attribute default_entry_id_in.



7155
7156
7157
# File 'lib/kaltura_client.rb', line 7155

def default_entry_id_in
  @default_entry_id_in
end

#id_equalObject

Returns the value of attribute id_equal.



7143
7144
7145
# File 'lib/kaltura_client.rb', line 7143

def id_equal
  @id_equal
end

#id_inObject

Returns the value of attribute id_in.



7144
7145
7146
# File 'lib/kaltura_client.rb', line 7144

def id_in
  @id_in
end

#name_equalObject

Returns the value of attribute name_equal.



7149
7150
7151
# File 'lib/kaltura_client.rb', line 7149

def name_equal
  @name_equal
end

#status_equalObject

Returns the value of attribute status_equal.



7145
7146
7147
# File 'lib/kaltura_client.rb', line 7145

def status_equal
  @status_equal
end

#status_inObject

Returns the value of attribute status_in.



7146
7147
7148
# File 'lib/kaltura_client.rb', line 7146

def status_in
  @status_in
end

#system_name_equalObject

Returns the value of attribute system_name_equal.



7150
7151
7152
# File 'lib/kaltura_client.rb', line 7150

def system_name_equal
  @system_name_equal
end

#system_name_inObject

Returns the value of attribute system_name_in.



7151
7152
7153
# File 'lib/kaltura_client.rb', line 7151

def system_name_in
  @system_name_in
end

#tags_multi_like_andObject

Returns the value of attribute tags_multi_like_and.



7153
7154
7155
# File 'lib/kaltura_client.rb', line 7153

def tags_multi_like_and
  @tags_multi_like_and
end

#tags_multi_like_orObject

Returns the value of attribute tags_multi_like_or.



7152
7153
7154
# File 'lib/kaltura_client.rb', line 7152

def tags_multi_like_or
  @tags_multi_like_or
end

#type_equalObject

Returns the value of attribute type_equal.



7147
7148
7149
# File 'lib/kaltura_client.rb', line 7147

def type_equal
  @type_equal
end

#type_inObject

Returns the value of attribute type_in.



7148
7149
7150
# File 'lib/kaltura_client.rb', line 7148

def type_in
  @type_in
end