class DeviantArt::User::Statuses
Attributes
has_more[RW]
:method: results Statuses
list as DeviantArt::Status
.
next_offset[RW]
:method: results Statuses
list as DeviantArt::Status
.
results[RW]
:method: results Statuses
list as DeviantArt::Status
.
Public Instance Methods
has_more()
click to toggle source
Boolean field, indicating whether or not there is more data available.
# File lib/deviantart/user/statuses.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/statuses.rb, line 8