Class: Kaltura::Filter::ReportInputFilter
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::Filter::ReportInputFilter
- Defined in:
- lib/kaltura/filter/report_input_filter.rb
Instance Attribute Summary collapse
-
#categories ⇒ Object
Returns the value of attribute categories.
-
#from_date ⇒ Object
Returns the value of attribute from_date.
-
#keywords ⇒ Object
Returns the value of attribute keywords.
-
#search_in_admin_tags ⇒ Object
Returns the value of attribute search_in_admin_tags.
-
#search_in_tags ⇒ Object
Returns the value of attribute search_in_tags.
-
#to_date ⇒ Object
Returns the value of attribute to_date.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#categories ⇒ Object
Returns the value of attribute categories.
9 10 11 |
# File 'lib/kaltura/filter/report_input_filter.rb', line 9 def categories @categories end |
#from_date ⇒ Object
Returns the value of attribute from_date.
4 5 6 |
# File 'lib/kaltura/filter/report_input_filter.rb', line 4 def from_date @from_date end |
#keywords ⇒ Object
Returns the value of attribute keywords.
6 7 8 |
# File 'lib/kaltura/filter/report_input_filter.rb', line 6 def keywords @keywords end |
#search_in_admin_tags ⇒ Object
Returns the value of attribute search_in_admin_tags.
8 9 10 |
# File 'lib/kaltura/filter/report_input_filter.rb', line 8 def @search_in_admin_tags end |
#search_in_tags ⇒ Object
Returns the value of attribute search_in_tags.
7 8 9 |
# File 'lib/kaltura/filter/report_input_filter.rb', line 7 def @search_in_tags end |
#to_date ⇒ Object
Returns the value of attribute to_date.
5 6 7 |
# File 'lib/kaltura/filter/report_input_filter.rb', line 5 def to_date @to_date end |