Class: ApplicationInsights::Channel::Contracts::User

Inherits:
Object
  • Object
show all
Includes:
JsonSerializable
Defined in:
lib/application_insights/channel/contracts/user.rb

Instance Attribute Summary collapse

Method Summary

Methods included from JsonSerializable

included, #initialize, #to_h, #to_json

Instance Attribute Details

#account_acquisition_dateObject

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
end

#account_idObject

Returns the value of attribute account_id.



7
8
9
# File 'lib/application_insights/channel/contracts/user.rb', line 7

def 
  @account_id
end

#auth_user_idObject

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

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/application_insights/channel/contracts/user.rb', line 7

def id
  @id
end

#store_regionObject

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_agentObject

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