Class: Kaltura::KalturaStatsKmcEvent
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaStatsKmcEvent
- Defined in:
- lib/kaltura_client.rb
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
Returns the value of attribute event_timestamp.
-
#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
Returns the value of attribute session_id.
-
#uiconf_id ⇒ Object
Returns the value of attribute uiconf_id.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
-
#user_ip ⇒ Object
Returns the value of attribute user_ip.
-
#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.
2206 2207 2208 |
# File 'lib/kaltura_client.rb', line 2206 def client_ver @client_ver end |
#entry_id ⇒ Object
Returns the value of attribute entry_id.
2212 2213 2214 |
# File 'lib/kaltura_client.rb', line 2212 def entry_id @entry_id end |
#event_timestamp ⇒ Object
Returns the value of attribute event_timestamp.
2209 2210 2211 |
# File 'lib/kaltura_client.rb', line 2209 def @event_timestamp end |
#kmc_event_action_path ⇒ Object
Returns the value of attribute kmc_event_action_path.
2207 2208 2209 |
# File 'lib/kaltura_client.rb', line 2207 def kmc_event_action_path @kmc_event_action_path end |
#kmc_event_type ⇒ Object
Returns the value of attribute kmc_event_type.
2208 2209 2210 |
# File 'lib/kaltura_client.rb', line 2208 def kmc_event_type @kmc_event_type end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
2211 2212 2213 |
# File 'lib/kaltura_client.rb', line 2211 def partner_id @partner_id end |
#session_id ⇒ Object
Returns the value of attribute session_id.
2210 2211 2212 |
# File 'lib/kaltura_client.rb', line 2210 def session_id @session_id end |
#uiconf_id ⇒ Object
Returns the value of attribute uiconf_id.
2214 2215 2216 |
# File 'lib/kaltura_client.rb', line 2214 def uiconf_id @uiconf_id end |
#user_id ⇒ Object
Returns the value of attribute user_id.
2215 2216 2217 |
# File 'lib/kaltura_client.rb', line 2215 def user_id @user_id end |
#user_ip ⇒ Object
Returns the value of attribute user_ip.
2216 2217 2218 |
# File 'lib/kaltura_client.rb', line 2216 def user_ip @user_ip end |
#widget_id ⇒ Object
Returns the value of attribute widget_id.
2213 2214 2215 |
# File 'lib/kaltura_client.rb', line 2213 def @widget_id end |