class DeviantArt::User::Friends
Attributes
has_more[RW]
:method: results Friends
list as DeviantArt::User
.
next_offset[RW]
:method: results Friends
list as DeviantArt::User
.
results[RW]
:method: results Friends
list as DeviantArt::User
.
Public Instance Methods
has_more()
click to toggle source
Boolean field, indicating whether or not there is more data available.
# File lib/deviantart/user/friends.rb, line 5
next_offset()
click to toggle source
To fetch the next page of data, send the value of this field as an offset or cursor to the endpoint.
# File lib/deviantart/user/friends.rb, line 8