Class: Kaltura::KalturaShortLinkBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaShortLinkBaseFilter
- Defined in:
- lib/kaltura_plugins/kaltura_short_link_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
-
#created_at_less_than_or_equal ⇒ Object
Returns the value of attribute created_at_less_than_or_equal.
-
#expires_at_greater_than_or_equal ⇒ Object
Returns the value of attribute expires_at_greater_than_or_equal.
-
#expires_at_less_than_or_equal ⇒ Object
Returns the value of attribute expires_at_less_than_or_equal.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
-
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
-
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
-
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
-
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
-
#user_id_equal ⇒ Object
Returns the value of attribute user_id_equal.
-
#user_id_in ⇒ Object
Returns the value of attribute user_id_in.
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
91 92 93 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 91 def created_at_greater_than_or_equal @created_at_greater_than_or_equal end |
#created_at_less_than_or_equal ⇒ Object
Returns the value of attribute created_at_less_than_or_equal.
92 93 94 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 92 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#expires_at_greater_than_or_equal ⇒ Object
Returns the value of attribute expires_at_greater_than_or_equal.
95 96 97 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 95 def expires_at_greater_than_or_equal @expires_at_greater_than_or_equal end |
#expires_at_less_than_or_equal ⇒ Object
Returns the value of attribute expires_at_less_than_or_equal.
96 97 98 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 96 def expires_at_less_than_or_equal @expires_at_less_than_or_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
89 90 91 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 89 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
90 91 92 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 90 def id_in @id_in end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
97 98 99 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 97 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
98 99 100 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 98 def partner_id_in @partner_id_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
103 104 105 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 103 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
104 105 106 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 104 def status_in @status_in end |
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
101 102 103 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 101 def system_name_equal @system_name_equal end |
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
102 103 104 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 102 def system_name_in @system_name_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
93 94 95 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 93 def updated_at_greater_than_or_equal @updated_at_greater_than_or_equal end |
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
94 95 96 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 94 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
#user_id_equal ⇒ Object
Returns the value of attribute user_id_equal.
99 100 101 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 99 def user_id_equal @user_id_equal end |
#user_id_in ⇒ Object
Returns the value of attribute user_id_in.
100 101 102 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 100 def user_id_in @user_id_in end |