Class: ApplicationInsights::Channel::Contracts::User
- Inherits:
-
Object
- Object
- ApplicationInsights::Channel::Contracts::User
- Includes:
- JsonSerializable
- Defined in:
- lib/application_insights/channel/contracts/user.rb
Instance Attribute Summary collapse
-
#account_acquisition_date ⇒ Object
Returns the value of attribute account_acquisition_date.
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#auth_user_id ⇒ Object
Returns the value of attribute auth_user_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#store_region ⇒ Object
Returns the value of attribute store_region.
-
#user_agent ⇒ Object
Returns the value of attribute user_agent.
Method Summary
Methods included from JsonSerializable
included, #initialize, #to_h, #to_json
Instance Attribute Details
#account_acquisition_date ⇒ Object
Returns the value of attribute account_acquisition_date.
7 8 9 |
# File 'lib/application_insights/channel/contracts/user.rb', line 7 def account_acquisition_date @account_acquisition_date end |
#account_id ⇒ Object
Returns the value of attribute account_id.
7 8 9 |
# File 'lib/application_insights/channel/contracts/user.rb', line 7 def account_id @account_id end |
#auth_user_id ⇒ Object
Returns the value of attribute auth_user_id.
7 8 9 |
# File 'lib/application_insights/channel/contracts/user.rb', line 7 def auth_user_id @auth_user_id end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/application_insights/channel/contracts/user.rb', line 7 def id @id end |
#store_region ⇒ Object
Returns the value of attribute store_region.
7 8 9 |
# File 'lib/application_insights/channel/contracts/user.rb', line 7 def store_region @store_region end |
#user_agent ⇒ Object
Returns the value of attribute user_agent.
7 8 9 |
# File 'lib/application_insights/channel/contracts/user.rb', line 7 def user_agent @user_agent end |