Class: Kaltura::StatsEvent
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::StatsEvent
- Defined in:
- lib/kaltura/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 ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#client_ver ⇒ Object
Returns the value of attribute client_ver.
864 865 866 |
# File 'lib/kaltura/kaltura_client.rb', line 864 def client_ver @client_ver end |
#control_id ⇒ Object
Returns the value of attribute control_id.
878 879 880 |
# File 'lib/kaltura/kaltura_client.rb', line 878 def control_id @control_id end |
#current_point ⇒ Object
Returns the value of attribute current_point.
874 875 876 |
# File 'lib/kaltura/kaltura_client.rb', line 874 def current_point @current_point end |
#duration ⇒ Object
Returns the value of attribute duration.
875 876 877 |
# File 'lib/kaltura/kaltura_client.rb', line 875 def duration @duration end |
#entry_id ⇒ Object
Returns the value of attribute entry_id.
869 870 871 |
# File 'lib/kaltura/kaltura_client.rb', line 869 def entry_id @entry_id end |
#event_timestamp ⇒ Object
Returns the value of attribute event_timestamp.
866 867 868 |
# File 'lib/kaltura/kaltura_client.rb', line 866 def @event_timestamp end |
#event_type ⇒ Object
Returns the value of attribute event_type.
865 866 867 |
# File 'lib/kaltura/kaltura_client.rb', line 865 def event_type @event_type end |
#is_first_in_session ⇒ Object
Returns the value of attribute is_first_in_session.
882 883 884 |
# File 'lib/kaltura/kaltura_client.rb', line 882 def is_first_in_session @is_first_in_session end |
#new_point ⇒ Object
Returns the value of attribute new_point.
880 881 882 |
# File 'lib/kaltura/kaltura_client.rb', line 880 def new_point @new_point end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
868 869 870 |
# File 'lib/kaltura/kaltura_client.rb', line 868 def partner_id @partner_id end |
#process_duration ⇒ Object
Returns the value of attribute process_duration.
877 878 879 |
# File 'lib/kaltura/kaltura_client.rb', line 877 def process_duration @process_duration end |
#referrer ⇒ Object
Returns the value of attribute referrer.
881 882 883 |
# File 'lib/kaltura/kaltura_client.rb', line 881 def referrer @referrer end |
#seek ⇒ Object
Returns the value of attribute seek.
879 880 881 |
# File 'lib/kaltura/kaltura_client.rb', line 879 def seek @seek end |
#session_id ⇒ Object
Returns the value of attribute session_id.
867 868 869 |
# File 'lib/kaltura/kaltura_client.rb', line 867 def session_id @session_id end |
#uiconf_id ⇒ Object
Returns the value of attribute uiconf_id.
872 873 874 |
# File 'lib/kaltura/kaltura_client.rb', line 872 def uiconf_id @uiconf_id end |
#unique_viewer ⇒ Object
Returns the value of attribute unique_viewer.
870 871 872 |
# File 'lib/kaltura/kaltura_client.rb', line 870 def unique_viewer @unique_viewer end |
#user_id ⇒ Object
Returns the value of attribute user_id.
873 874 875 |
# File 'lib/kaltura/kaltura_client.rb', line 873 def user_id @user_id end |
#user_ip ⇒ Object
Returns the value of attribute user_ip.
876 877 878 |
# File 'lib/kaltura/kaltura_client.rb', line 876 def user_ip @user_ip end |
#widget_id ⇒ Object
Returns the value of attribute widget_id.
871 872 873 |
# File 'lib/kaltura/kaltura_client.rb', line 871 def @widget_id end |