Class: Enlight::Model::UserActivity

Inherits:
Enlight::Models::Model show all
Defined in:
lib/enlight/models/user_activity.rb

Instance Attribute Summary collapse

Attributes inherited from Enlight::Models::Model

#id

Method Summary

Methods inherited from Enlight::Models::Model

#initialize

Constructor Details

This class inherits a constructor from Enlight::Models::Model

Instance Attribute Details

#activity_timeObject

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_msObject

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_nameObject

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_dataObject

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_nameObject

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_nameObject

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_idObject

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_nameObject

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

#methodObject

Returns the value of attribute method.



6
7
8
# File 'lib/enlight/models/user_activity.rb', line 6

def method
  @method
end

#organization_idObject

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_nameObject

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

#referrerObject

Returns the value of attribute referrer.



7
8
9
# File 'lib/enlight/models/user_activity.rb', line 7

def referrer
  @referrer
end

#urlObject

Returns the value of attribute url.



5
6
7
# File 'lib/enlight/models/user_activity.rb', line 5

def url
  @url
end

#user_agentObject

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_addressObject

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_idObject

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_languagesObject

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_nameObject

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