class DeviantArt::User::Watchers

Attributes

has_more[RW]

:method: results Watchers list as DeviantArt::User.

next_offset[RW]

:method: results Watchers list as DeviantArt::User.

results[RW]

:method: results Watchers 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/watchers.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/watchers.rb, line 8