Class: Kaltura::KalturaEndUserReportInputFilter
- Inherits:
-
KalturaReportInputFilter
- Object
- KalturaObjectBase
- KalturaReportInputBaseFilter
- KalturaReportInputFilter
- Kaltura::KalturaEndUserReportInputFilter
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#application ⇒ Object
Returns the value of attribute application.
-
#playback_context ⇒ Object
Returns the value of attribute playback_context.
-
#user_ids ⇒ Object
Returns the value of attribute user_ids.
Attributes inherited from KalturaReportInputFilter
#categories, #interval, #keywords, #search_in_admin_tags, #search_in_tags, #time_zone_offset
Attributes inherited from KalturaReportInputBaseFilter
#from_date, #from_day, #to_date, #to_day
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#application ⇒ Object
Returns the value of attribute application.
8335 8336 8337 |
# File 'lib/kaltura_client.rb', line 8335 def application @application end |
#playback_context ⇒ Object
Returns the value of attribute playback_context.
8337 8338 8339 |
# File 'lib/kaltura_client.rb', line 8337 def playback_context @playback_context end |
#user_ids ⇒ Object
Returns the value of attribute user_ids.
8336 8337 8338 |
# File 'lib/kaltura_client.rb', line 8336 def user_ids @user_ids end |