Class: Kaltura::KalturaStatsKmcEvent
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaStatsKmcEvent
- Defined in:
- lib/kaltura_client.rb
Overview
Will hold data from the Kaltura UI components to be passed on to the reports and analytics system
Instance Attribute Summary collapse
-
#client_ver ⇒ Object
Returns the value of attribute client_ver.
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
-
#event_timestamp ⇒ Object
the client’s timestamp of this event.
-
#kmc_event_action_path ⇒ Object
Returns the value of attribute kmc_event_action_path.
-
#kmc_event_type ⇒ Object
Returns the value of attribute kmc_event_type.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#session_id ⇒ Object
a unique string generated by the client that will represent the client-side session: the primary component will pass it on to other components that sprout from it.
-
#uiconf_id ⇒ Object
Returns the value of attribute uiconf_id.
-
#user_id ⇒ Object
the partner’s user id.
-
#user_ip ⇒ Object
will be retrieved from the request of the user.
-
#widget_id ⇒ Object
Returns the value of attribute widget_id.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#client_ver ⇒ Object
Returns the value of attribute client_ver.
5477 5478 5479 |
# File 'lib/kaltura_client.rb', line 5477 def client_ver @client_ver end |
#entry_id ⇒ Object
Returns the value of attribute entry_id.
5487 5488 5489 |
# File 'lib/kaltura_client.rb', line 5487 def entry_id @entry_id end |
#event_timestamp ⇒ Object
the client’s timestamp of this event
5482 5483 5484 |
# File 'lib/kaltura_client.rb', line 5482 def @event_timestamp end |
#kmc_event_action_path ⇒ Object
Returns the value of attribute kmc_event_action_path.
5478 5479 5480 |
# File 'lib/kaltura_client.rb', line 5478 def kmc_event_action_path @kmc_event_action_path end |
#kmc_event_type ⇒ Object
Returns the value of attribute kmc_event_type.
5479 5480 5481 |
# File 'lib/kaltura_client.rb', line 5479 def kmc_event_type @kmc_event_type end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
5486 5487 5488 |
# File 'lib/kaltura_client.rb', line 5486 def partner_id @partner_id end |
#session_id ⇒ Object
a unique string generated by the client that will represent the client-side session: the primary component will pass it on to other components that sprout from it
5485 5486 5487 |
# File 'lib/kaltura_client.rb', line 5485 def session_id @session_id end |
#uiconf_id ⇒ Object
Returns the value of attribute uiconf_id.
5489 5490 5491 |
# File 'lib/kaltura_client.rb', line 5489 def uiconf_id @uiconf_id end |
#user_id ⇒ Object
the partner’s user id
5492 5493 5494 |
# File 'lib/kaltura_client.rb', line 5492 def user_id @user_id end |
#user_ip ⇒ Object
will be retrieved from the request of the user
5495 5496 5497 |
# File 'lib/kaltura_client.rb', line 5495 def user_ip @user_ip end |
#widget_id ⇒ Object
Returns the value of attribute widget_id.
5488 5489 5490 |
# File 'lib/kaltura_client.rb', line 5488 def @widget_id end |