Class: Enlight::Models::SignInHistory
- Defined in:
- lib/enlight/models/sign_in_history.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#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.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#sign_in ⇒ Object
Returns the value of attribute sign_in.
-
#user_external_id ⇒ Object
Returns the value of attribute user_external_id.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
-
#user_name ⇒ Object
Returns the value of attribute user_name.
Attributes inherited from Model
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Enlight::Models::Model
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email.
9 10 11 |
# File 'lib/enlight/models/sign_in_history.rb', line 9 def email @email end |
#first_name ⇒ Object
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_name ⇒ Object
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 |
#method ⇒ Object
Returns the value of attribute method.
12 13 14 |
# File 'lib/enlight/models/sign_in_history.rb', line 12 def method @method end |
#organization_id ⇒ Object
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 |
#provider ⇒ Object
Returns the value of attribute provider.
13 14 15 |
# File 'lib/enlight/models/sign_in_history.rb', line 13 def provider @provider end |
#sign_in ⇒ Object
Returns the value of attribute sign_in.
11 12 13 |
# File 'lib/enlight/models/sign_in_history.rb', line 11 def sign_in @sign_in end |
#user_external_id ⇒ Object
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_id ⇒ Object
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_name ⇒ Object
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 |