Class: MyAnimeList::Credentials

Inherits:
Object
  • Object
show all
Defined in:
lib/myanimelist/credentials.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



4
5
6
# File 'lib/myanimelist/credentials.rb', line 4

def password
  @password
end

#usernameObject

Returns the value of attribute username.



3
4
5
# File 'lib/myanimelist/credentials.rb', line 3

def username
  @username
end