Class: Kaltura::Filter::ReportInputFilter

Inherits:
ObjectBase
  • Object
show all
Defined in:
lib/kaltura/filter/report_input_filter.rb

Instance Attribute Summary collapse

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#categoriesObject

Returns the value of attribute categories.



9
10
11
# File 'lib/kaltura/filter/report_input_filter.rb', line 9

def categories
  @categories
end

#from_dateObject

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

#keywordsObject

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_tagsObject

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
  @search_in_admin_tags
end

#search_in_tagsObject

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
  @search_in_tags
end

#to_dateObject

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