Class: KalturaApi::KalturaThumbAssetBaseFilter

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

Direct Known Subclasses

KalturaThumbAssetFilter

Instance Attribute Summary collapse

Attributes inherited from KalturaAssetBaseFilter

#created_at_greater_than_or_equal, #created_at_less_than_or_equal, #deleted_at_greater_than_or_equal, #deleted_at_less_than_or_equal, #entry_id_equal, #entry_id_in, #id_equal, #id_in, #partner_id_equal, #partner_id_in, #size_greater_than_or_equal, #size_less_than_or_equal, #tags_like, #tags_multi_like_and, #tags_multi_like_or, #updated_at_greater_than_or_equal, #updated_at_less_than_or_equal

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

#status_equalObject

Returns the value of attribute status_equal.



8738
8739
8740
# File 'lib/kaltura_client.rb', line 8738

def status_equal
  @status_equal
end

#status_inObject

Returns the value of attribute status_in.



8739
8740
8741
# File 'lib/kaltura_client.rb', line 8739

def status_in
  @status_in
end

#status_not_inObject

Returns the value of attribute status_not_in.



8740
8741
8742
# File 'lib/kaltura_client.rb', line 8740

def status_not_in
  @status_not_in
end

#thumb_params_id_equalObject

Returns the value of attribute thumb_params_id_equal.



8736
8737
8738
# File 'lib/kaltura_client.rb', line 8736

def thumb_params_id_equal
  @thumb_params_id_equal
end

#thumb_params_id_inObject

Returns the value of attribute thumb_params_id_in.



8737
8738
8739
# File 'lib/kaltura_client.rb', line 8737

def thumb_params_id_in
  @thumb_params_id_in
end