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.
821 822 823 |
# File 'lib/kaltura/kaltura_client.rb', line 821 def client_ver @client_ver end |
#control_id ⇒ Object
Returns the value of attribute control_id.
835 836 837 |
# File 'lib/kaltura/kaltura_client.rb', line 835 def control_id @control_id end |
#current_point ⇒ Object
Returns the value of attribute current_point.
831 832 833 |
# File 'lib/kaltura/kaltura_client.rb', line 831 def current_point @current_point end |
#duration ⇒ Object
Returns the value of attribute duration.
832 833 834 |
# File 'lib/kaltura/kaltura_client.rb', line 832 def duration @duration end |
#entry_id ⇒ Object
Returns the value of attribute entry_id.
826 827 828 |
# File 'lib/kaltura/kaltura_client.rb', line 826 def entry_id @entry_id end |
#event_timestamp ⇒ Object
Returns the value of attribute event_timestamp.
823 824 825 |
# File 'lib/kaltura/kaltura_client.rb', line 823 def @event_timestamp end |
#event_type ⇒ Object
Returns the value of attribute event_type.
822 823 824 |
# File 'lib/kaltura/kaltura_client.rb', line 822 def event_type @event_type end |
#is_first_in_session ⇒ Object
Returns the value of attribute is_first_in_session.
839 840 841 |
# File 'lib/kaltura/kaltura_client.rb', line 839 def is_first_in_session @is_first_in_session end |
#new_point ⇒ Object
Returns the value of attribute new_point.
837 838 839 |
# File 'lib/kaltura/kaltura_client.rb', line 837 def new_point @new_point end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
825 826 827 |
# File 'lib/kaltura/kaltura_client.rb', line 825 def partner_id @partner_id end |
#process_duration ⇒ Object
Returns the value of attribute process_duration.
834 835 836 |
# File 'lib/kaltura/kaltura_client.rb', line 834 def process_duration @process_duration end |
#referrer ⇒ Object
Returns the value of attribute referrer.
838 839 840 |
# File 'lib/kaltura/kaltura_client.rb', line 838 def referrer @referrer end |
#seek ⇒ Object
Returns the value of attribute seek.
836 837 838 |
# File 'lib/kaltura/kaltura_client.rb', line 836 def seek @seek end |
#session_id ⇒ Object
Returns the value of attribute session_id.
824 825 826 |
# File 'lib/kaltura/kaltura_client.rb', line 824 def session_id @session_id end |
#uiconf_id ⇒ Object
Returns the value of attribute uiconf_id.
829 830 831 |
# File 'lib/kaltura/kaltura_client.rb', line 829 def uiconf_id @uiconf_id end |
#unique_viewer ⇒ Object
Returns the value of attribute unique_viewer.
827 828 829 |
# File 'lib/kaltura/kaltura_client.rb', line 827 def unique_viewer @unique_viewer end |
#user_id ⇒ Object
Returns the value of attribute user_id.
830 831 832 |
# File 'lib/kaltura/kaltura_client.rb', line 830 def user_id @user_id end |
#user_ip ⇒ Object
Returns the value of attribute user_ip.
833 834 835 |
# File 'lib/kaltura/kaltura_client.rb', line 833 def user_ip @user_ip end |
#widget_id ⇒ Object
Returns the value of attribute widget_id.
828 829 830 |
# File 'lib/kaltura/kaltura_client.rb', line 828 def @widget_id end |