Class: Enlight::Model::UserActivity
- Inherits:
-
Enlight::Models::Model
- Object
- Enlight::Models::Model
- Enlight::Model::UserActivity
- Defined in:
- lib/enlight/models/user_activity.rb
Instance Attribute Summary collapse
-
#activity_time ⇒ Object
Returns the value of attribute activity_time.
-
#execution_time_ms ⇒ Object
Returns the value of attribute execution_time_ms.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#form_data ⇒ Object
Returns the value of attribute form_data.
-
#impersonating_first_name ⇒ Object
Returns the value of attribute impersonating_first_name.
-
#impersonating_last_name ⇒ Object
Returns the value of attribute impersonating_last_name.
-
#impersonating_user_id ⇒ Object
Returns the value of attribute impersonating_user_id.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#method ⇒ Object
Returns the value of attribute method.
-
#organization_id ⇒ Object
Returns the value of attribute organization_id.
-
#organization_name ⇒ Object
Returns the value of attribute organization_name.
-
#referrer ⇒ Object
Returns the value of attribute referrer.
-
#url ⇒ Object
Returns the value of attribute url.
-
#user_agent ⇒ Object
Returns the value of attribute user_agent.
-
#user_host_address ⇒ Object
Returns the value of attribute user_host_address.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
-
#user_languages ⇒ Object
Returns the value of attribute user_languages.
-
#user_name ⇒ Object
Returns the value of attribute user_name.
Attributes inherited from Enlight::Models::Model
Method Summary
Methods inherited from Enlight::Models::Model
Constructor Details
This class inherits a constructor from Enlight::Models::Model
Instance Attribute Details
#activity_time ⇒ Object
Returns the value of attribute activity_time.
4 5 6 |
# File 'lib/enlight/models/user_activity.rb', line 4 def activity_time @activity_time end |
#execution_time_ms ⇒ Object
Returns the value of attribute execution_time_ms.
21 22 23 |
# File 'lib/enlight/models/user_activity.rb', line 21 def execution_time_ms @execution_time_ms end |
#first_name ⇒ Object
Returns the value of attribute first_name.
9 10 11 |
# File 'lib/enlight/models/user_activity.rb', line 9 def first_name @first_name end |
#form_data ⇒ Object
Returns the value of attribute form_data.
20 21 22 |
# File 'lib/enlight/models/user_activity.rb', line 20 def form_data @form_data end |
#impersonating_first_name ⇒ Object
Returns the value of attribute impersonating_first_name.
13 14 15 |
# File 'lib/enlight/models/user_activity.rb', line 13 def impersonating_first_name @impersonating_first_name end |
#impersonating_last_name ⇒ Object
Returns the value of attribute impersonating_last_name.
14 15 16 |
# File 'lib/enlight/models/user_activity.rb', line 14 def impersonating_last_name @impersonating_last_name end |
#impersonating_user_id ⇒ Object
Returns the value of attribute impersonating_user_id.
12 13 14 |
# File 'lib/enlight/models/user_activity.rb', line 12 def impersonating_user_id @impersonating_user_id end |
#last_name ⇒ Object
Returns the value of attribute last_name.
10 11 12 |
# File 'lib/enlight/models/user_activity.rb', line 10 def last_name @last_name end |
#method ⇒ Object
Returns the value of attribute method.
6 7 8 |
# File 'lib/enlight/models/user_activity.rb', line 6 def method @method end |
#organization_id ⇒ Object
Returns the value of attribute organization_id.
18 19 20 |
# File 'lib/enlight/models/user_activity.rb', line 18 def organization_id @organization_id end |
#organization_name ⇒ Object
Returns the value of attribute organization_name.
19 20 21 |
# File 'lib/enlight/models/user_activity.rb', line 19 def organization_name @organization_name end |
#referrer ⇒ Object
Returns the value of attribute referrer.
7 8 9 |
# File 'lib/enlight/models/user_activity.rb', line 7 def referrer @referrer end |
#url ⇒ Object
Returns the value of attribute url.
5 6 7 |
# File 'lib/enlight/models/user_activity.rb', line 5 def url @url end |
#user_agent ⇒ Object
Returns the value of attribute user_agent.
15 16 17 |
# File 'lib/enlight/models/user_activity.rb', line 15 def user_agent @user_agent end |
#user_host_address ⇒ Object
Returns the value of attribute user_host_address.
16 17 18 |
# File 'lib/enlight/models/user_activity.rb', line 16 def user_host_address @user_host_address end |
#user_id ⇒ Object
Returns the value of attribute user_id.
8 9 10 |
# File 'lib/enlight/models/user_activity.rb', line 8 def user_id @user_id end |
#user_languages ⇒ Object
Returns the value of attribute user_languages.
17 18 19 |
# File 'lib/enlight/models/user_activity.rb', line 17 def user_languages @user_languages end |
#user_name ⇒ Object
Returns the value of attribute user_name.
11 12 13 |
# File 'lib/enlight/models/user_activity.rb', line 11 def user_name @user_name end |