Class: Kaltura::Filter::PartnerFilter
- Inherits:
-
BaseFilter
- Object
- ObjectBase
- BaseFilter
- Kaltura::Filter::PartnerFilter
- Defined in:
- lib/kaltura/filter/partner_filter.rb
Instance Attribute Summary collapse
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#name_equal ⇒ Object
Returns the value of attribute name_equal.
-
#name_like ⇒ Object
Returns the value of attribute name_like.
-
#name_multi_like_and ⇒ Object
Returns the value of attribute name_multi_like_and.
-
#name_multi_like_or ⇒ Object
Returns the value of attribute name_multi_like_or.
-
#partner_name_description_website_admin_name_admin_email_like ⇒ Object
Returns the value of attribute partner_name_description_website_admin_name_admin_email_like.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
Attributes inherited from BaseFilter
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#id_equal ⇒ Object
Returns the value of attribute id_equal.
4 5 6 |
# File 'lib/kaltura/filter/partner_filter.rb', line 4 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
5 6 7 |
# File 'lib/kaltura/filter/partner_filter.rb', line 5 def id_in @id_in end |
#name_equal ⇒ Object
Returns the value of attribute name_equal.
9 10 11 |
# File 'lib/kaltura/filter/partner_filter.rb', line 9 def name_equal @name_equal end |
#name_like ⇒ Object
Returns the value of attribute name_like.
6 7 8 |
# File 'lib/kaltura/filter/partner_filter.rb', line 6 def name_like @name_like end |
#name_multi_like_and ⇒ Object
Returns the value of attribute name_multi_like_and.
8 9 10 |
# File 'lib/kaltura/filter/partner_filter.rb', line 8 def name_multi_like_and @name_multi_like_and end |
#name_multi_like_or ⇒ Object
Returns the value of attribute name_multi_like_or.
7 8 9 |
# File 'lib/kaltura/filter/partner_filter.rb', line 7 def name_multi_like_or @name_multi_like_or end |
#partner_name_description_website_admin_name_admin_email_like ⇒ Object
Returns the value of attribute partner_name_description_website_admin_name_admin_email_like.
12 13 14 |
# File 'lib/kaltura/filter/partner_filter.rb', line 12 def partner_name_description_website_admin_name_admin_email_like @partner_name_description_website_admin_name_admin_email_like end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
10 11 12 |
# File 'lib/kaltura/filter/partner_filter.rb', line 10 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
11 12 13 |
# File 'lib/kaltura/filter/partner_filter.rb', line 11 def status_in @status_in end |