Class: User
- Inherits:
-
Struct
- Object
- Struct
- User
- Defined in:
- lib/exercism/user.rb
Instance Attribute Summary collapse
-
#github_username ⇒ Object
Returns the value of attribute github_username.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Attribute Details
#github_username ⇒ Object
Returns the value of attribute github_username
1 2 3 |
# File 'lib/exercism/user.rb', line 1 def github_username @github_username end |
#key ⇒ Object
Returns the value of attribute key
1 2 3 |
# File 'lib/exercism/user.rb', line 1 def key @key end |