Class
Spacer::User
In:
lib/spacer/models/user.rb
Parent:
Object
Methods
album
albums
details
friends
friends_with?
from_hash_with_client
groups
interests
mood
photo
photos
photos_for_album
profile
status
video
videos
Included Modules
Model
Attributes
__type
[RW]
client
[RW]
image
[RW]
name
[RW]
onlineNow
[RW]
uri
[RW]
userId
[RW]
userType
[RW]
webUri
[RW]
Public Class methods
from_hash_with_client
(hash, client)
Public Instance methods
album
(album_id)
albums
()
details
()
friends
(page=nil, page_size=nil, list=nil)
friends_with?
(friends_ids)
groups
()
interests
()
mood
()
photo
(photo_id)
photos
()
photos_for_album
(album_id)
profile
()
These are helper methods to access client calls if you already have a user instance
status
()
video
(video_id)
videos
()
[Validate]