Class: Kaltura::KalturaReportInputFilter
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaReportInputFilter
- Defined in:
- lib/kaltura_client.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 KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#categories ⇒ Object
Returns the value of attribute categories.
2088 2089 2090 |
# File 'lib/kaltura_client.rb', line 2088 def categories @categories end |
#from_date ⇒ Object
Returns the value of attribute from_date.
2083 2084 2085 |
# File 'lib/kaltura_client.rb', line 2083 def from_date @from_date end |
#keywords ⇒ Object
Returns the value of attribute keywords.
2085 2086 2087 |
# File 'lib/kaltura_client.rb', line 2085 def keywords @keywords end |
#search_in_admin_tags ⇒ Object
Returns the value of attribute search_in_admin_tags.
2087 2088 2089 |
# File 'lib/kaltura_client.rb', line 2087 def @search_in_admin_tags end |
#search_in_tags ⇒ Object
Returns the value of attribute search_in_tags.
2086 2087 2088 |
# File 'lib/kaltura_client.rb', line 2086 def @search_in_tags end |
#to_date ⇒ Object
Returns the value of attribute to_date.
2084 2085 2086 |
# File 'lib/kaltura_client.rb', line 2084 def to_date @to_date end |