Class: Code0::Identities::Identity

Inherits:
Struct
  • Object
show all
Defined in:
lib/code0/identities/identity.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



5
6
7
# File 'lib/code0/identities/identity.rb', line 5

def email
  @email
end

#firstnameObject

Returns the value of attribute firstname

Returns:

  • (Object)

    the current value of firstname



5
6
7
# File 'lib/code0/identities/identity.rb', line 5

def firstname
  @firstname
end

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



5
6
7
# File 'lib/code0/identities/identity.rb', line 5

def identifier
  @identifier
end

#lastnameObject

Returns the value of attribute lastname

Returns:

  • (Object)

    the current value of lastname



5
6
7
# File 'lib/code0/identities/identity.rb', line 5

def lastname
  @lastname
end

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



5
6
7
# File 'lib/code0/identities/identity.rb', line 5

def provider
  @provider
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



5
6
7
# File 'lib/code0/identities/identity.rb', line 5

def username
  @username
end