Class: KalturaApi::KalturaUploadTokenBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaApi::KalturaUploadTokenBaseFilter
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#file_name_equal ⇒ Object
Returns the value of attribute file_name_equal.
-
#file_size_equal ⇒ Object
Returns the value of attribute file_size_equal.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#user_id_equal ⇒ Object
Returns the value of attribute user_id_equal.
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#file_name_equal ⇒ Object
Returns the value of attribute file_name_equal.
8086 8087 8088 |
# File 'lib/kaltura_client.rb', line 8086 def file_name_equal @file_name_equal end |
#file_size_equal ⇒ Object
Returns the value of attribute file_size_equal.
8087 8088 8089 |
# File 'lib/kaltura_client.rb', line 8087 def file_size_equal @file_size_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
8081 8082 8083 |
# File 'lib/kaltura_client.rb', line 8081 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
8082 8083 8084 |
# File 'lib/kaltura_client.rb', line 8082 def id_in @id_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
8084 8085 8086 |
# File 'lib/kaltura_client.rb', line 8084 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
8085 8086 8087 |
# File 'lib/kaltura_client.rb', line 8085 def status_in @status_in end |
#user_id_equal ⇒ Object
Returns the value of attribute user_id_equal.
8083 8084 8085 |
# File 'lib/kaltura_client.rb', line 8083 def user_id_equal @user_id_equal end |