Class: Kaltura::KalturaReportInputFilter

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#categoriesObject

Returns the value of attribute categories.



2088
2089
2090
# File 'lib/kaltura_client.rb', line 2088

def categories
  @categories
end

#from_dateObject

Returns the value of attribute from_date.



2083
2084
2085
# File 'lib/kaltura_client.rb', line 2083

def from_date
  @from_date
end

#keywordsObject

Returns the value of attribute keywords.



2085
2086
2087
# File 'lib/kaltura_client.rb', line 2085

def keywords
  @keywords
end

#search_in_admin_tagsObject

Returns the value of attribute search_in_admin_tags.



2087
2088
2089
# File 'lib/kaltura_client.rb', line 2087

def search_in_admin_tags
  @search_in_admin_tags
end

#search_in_tagsObject

Returns the value of attribute search_in_tags.



2086
2087
2088
# File 'lib/kaltura_client.rb', line 2086

def search_in_tags
  @search_in_tags
end

#to_dateObject

Returns the value of attribute to_date.



2084
2085
2086
# File 'lib/kaltura_client.rb', line 2084

def to_date
  @to_date
end