Class: Enlight::Models::SignInHistory

Inherits:
Model
  • Object
show all
Defined in:
lib/enlight/models/sign_in_history.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#id

Method Summary

Methods inherited from Model

#initialize

Constructor Details

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

Instance Attribute Details

#emailObject

Returns the value of attribute email.



9
10
11
# File 'lib/enlight/models/sign_in_history.rb', line 9

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name.



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

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name.



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

def last_name
  @last_name
end

#methodObject

Returns the value of attribute method.



12
13
14
# File 'lib/enlight/models/sign_in_history.rb', line 12

def method
  @method
end

#organization_idObject

Returns the value of attribute organization_id.



10
11
12
# File 'lib/enlight/models/sign_in_history.rb', line 10

def organization_id
  @organization_id
end

#providerObject

Returns the value of attribute provider.



13
14
15
# File 'lib/enlight/models/sign_in_history.rb', line 13

def provider
  @provider
end

#sign_inObject

Returns the value of attribute sign_in.



11
12
13
# File 'lib/enlight/models/sign_in_history.rb', line 11

def 
  @sign_in
end

#user_external_idObject

Returns the value of attribute user_external_id.



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

def user_external_id
  @user_external_id
end

#user_idObject

Returns the value of attribute user_id.



4
5
6
# File 'lib/enlight/models/sign_in_history.rb', line 4

def user_id
  @user_id
end

#user_nameObject

Returns the value of attribute user_name.



8
9
10
# File 'lib/enlight/models/sign_in_history.rb', line 8

def user_name
  @user_name
end