| Class | LiveJournal::User |
| In: |
lib/livejournal/basic.rb
|
| Parent: | Object |
A LiveJournal user. Given a username, password, and server, running a LiveJournal::Request::Login will fill in the other fields.
| fullname | [RW] | User’s self-reported name, as retrieved by LiveJournal::Request::Login |
| password | [RW] | parameter when creating a User |
| server | [RW] | parameter when creating a User |
| usejournal | [RW] | Set usejournal to log in as user username but act as user usejournal. For example, to work with a community you own. |
| username | [RW] | parameter when creating a User |