Class: User

Inherits:
Struct
  • Object
show all
Defined in:
lib/exercism/user.rb

Instance Attribute Summary collapse

Instance Attribute Details

#github_usernameObject

Returns the value of attribute github_username

Returns:

  • (Object)

    the current value of github_username



1
2
3
# File 'lib/exercism/user.rb', line 1

def github_username
  @github_username
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



1
2
3
# File 'lib/exercism/user.rb', line 1

def key
  @key
end