Method: Scrobbler::Auth#initialize
- Defined in:
- lib/scrobbler/auth.rb
#initialize(username) ⇒ Auth
Returns a new instance of Auth.
5 6 7 8 |
# File 'lib/scrobbler/auth.rb', line 5 def initialize(username) super() @username = username end |