Class: Shimmer::Auth::Provider::UserDetails

Inherits:
Struct
  • Object
show all
Defined in:
lib/shimmer/auth.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



7
8
9
# File 'lib/shimmer/auth.rb', line 7

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name

Returns:

  • (Object)

    the current value of first_name



7
8
9
# File 'lib/shimmer/auth.rb', line 7

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name

Returns:

  • (Object)

    the current value of last_name



7
8
9
# File 'lib/shimmer/auth.rb', line 7

def last_name
  @last_name
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



7
8
9
# File 'lib/shimmer/auth.rb', line 7

def token
  @token
end