Class: Code0::Identities::Identity
- Inherits:
-
Struct
- Object
- Struct
- Code0::Identities::Identity
- Defined in:
- lib/code0/identities/identity.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#firstname ⇒ Object
Returns the value of attribute firstname.
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#lastname ⇒ Object
Returns the value of attribute lastname.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
5 6 7 |
# File 'lib/code0/identities/identity.rb', line 5 def email @email end |
#firstname ⇒ Object
Returns the value of attribute firstname
5 6 7 |
# File 'lib/code0/identities/identity.rb', line 5 def firstname @firstname end |
#identifier ⇒ Object
Returns the value of attribute identifier
5 6 7 |
# File 'lib/code0/identities/identity.rb', line 5 def identifier @identifier end |
#lastname ⇒ Object
Returns the value of attribute lastname
5 6 7 |
# File 'lib/code0/identities/identity.rb', line 5 def lastname @lastname end |
#provider ⇒ Object
Returns the value of attribute provider
5 6 7 |
# File 'lib/code0/identities/identity.rb', line 5 def provider @provider end |
#username ⇒ Object
Returns the value of attribute username
5 6 7 |
# File 'lib/code0/identities/identity.rb', line 5 def username @username end |