Class: Kaltura::KalturaStatsEvent
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaStatsEvent
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#client_ver ⇒ Object
Returns the value of attribute client_ver.
-
#control_id ⇒ Object
Returns the value of attribute control_id.
-
#current_point ⇒ Object
Returns the value of attribute current_point.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
-
#event_timestamp ⇒ Object
Returns the value of attribute event_timestamp.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#is_first_in_session ⇒ Object
Returns the value of attribute is_first_in_session.
-
#new_point ⇒ Object
Returns the value of attribute new_point.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#process_duration ⇒ Object
Returns the value of attribute process_duration.
-
#referrer ⇒ Object
Returns the value of attribute referrer.
-
#seek ⇒ Object
Returns the value of attribute seek.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#uiconf_id ⇒ Object
Returns the value of attribute uiconf_id.
-
#unique_viewer ⇒ Object
Returns the value of attribute unique_viewer.
-
#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.
2153 2154 2155 |
# File 'lib/kaltura_client.rb', line 2153 def client_ver @client_ver end |
#control_id ⇒ Object
Returns the value of attribute control_id.
2167 2168 2169 |
# File 'lib/kaltura_client.rb', line 2167 def control_id @control_id end |
#current_point ⇒ Object
Returns the value of attribute current_point.
2163 2164 2165 |
# File 'lib/kaltura_client.rb', line 2163 def current_point @current_point end |
#duration ⇒ Object
Returns the value of attribute duration.
2164 2165 2166 |
# File 'lib/kaltura_client.rb', line 2164 def duration @duration end |
#entry_id ⇒ Object
Returns the value of attribute entry_id.
2158 2159 2160 |
# File 'lib/kaltura_client.rb', line 2158 def entry_id @entry_id end |
#event_timestamp ⇒ Object
Returns the value of attribute event_timestamp.
2155 2156 2157 |
# File 'lib/kaltura_client.rb', line 2155 def @event_timestamp end |
#event_type ⇒ Object
Returns the value of attribute event_type.
2154 2155 2156 |
# File 'lib/kaltura_client.rb', line 2154 def event_type @event_type end |
#is_first_in_session ⇒ Object
Returns the value of attribute is_first_in_session.
2171 2172 2173 |
# File 'lib/kaltura_client.rb', line 2171 def is_first_in_session @is_first_in_session end |
#new_point ⇒ Object
Returns the value of attribute new_point.
2169 2170 2171 |
# File 'lib/kaltura_client.rb', line 2169 def new_point @new_point end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
2157 2158 2159 |
# File 'lib/kaltura_client.rb', line 2157 def partner_id @partner_id end |
#process_duration ⇒ Object
Returns the value of attribute process_duration.
2166 2167 2168 |
# File 'lib/kaltura_client.rb', line 2166 def process_duration @process_duration end |
#referrer ⇒ Object
Returns the value of attribute referrer.
2170 2171 2172 |
# File 'lib/kaltura_client.rb', line 2170 def referrer @referrer end |
#seek ⇒ Object
Returns the value of attribute seek.
2168 2169 2170 |
# File 'lib/kaltura_client.rb', line 2168 def seek @seek end |
#session_id ⇒ Object
Returns the value of attribute session_id.
2156 2157 2158 |
# File 'lib/kaltura_client.rb', line 2156 def session_id @session_id end |
#uiconf_id ⇒ Object
Returns the value of attribute uiconf_id.
2161 2162 2163 |
# File 'lib/kaltura_client.rb', line 2161 def uiconf_id @uiconf_id end |
#unique_viewer ⇒ Object
Returns the value of attribute unique_viewer.
2159 2160 2161 |
# File 'lib/kaltura_client.rb', line 2159 def unique_viewer @unique_viewer end |
#user_id ⇒ Object
Returns the value of attribute user_id.
2162 2163 2164 |
# File 'lib/kaltura_client.rb', line 2162 def user_id @user_id end |
#user_ip ⇒ Object
Returns the value of attribute user_ip.
2165 2166 2167 |
# File 'lib/kaltura_client.rb', line 2165 def user_ip @user_ip end |
#widget_id ⇒ Object
Returns the value of attribute widget_id.
2160 2161 2162 |
# File 'lib/kaltura_client.rb', line 2160 def @widget_id end |