Class: Shimmer::Auth::Provider::UserDetails
- Inherits:
-
Struct
- Object
- Struct
- Shimmer::Auth::Provider::UserDetails
- Defined in:
- lib/shimmer/auth.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.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
7 8 9 |
# File 'lib/shimmer/auth.rb', line 7 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name
7 8 9 |
# File 'lib/shimmer/auth.rb', line 7 def first_name @first_name end |
#last_name ⇒ Object
Returns the value of attribute last_name
7 8 9 |
# File 'lib/shimmer/auth.rb', line 7 def last_name @last_name end |
#token ⇒ Object
Returns the value of attribute token
7 8 9 |
# File 'lib/shimmer/auth.rb', line 7 def token @token end |