class DeviantArt::Gallery::All

Attributes

has_more[RW]

:method: results Deviations list as DeviantArt::Deviation.

next_offset[RW]

:method: results Deviations list as DeviantArt::Deviation.

results[RW]

:method: results Deviations list as DeviantArt::Deviation.

Public Instance Methods

has_more() click to toggle source

Boolean field, indicating whether or not there is more data available.

# File lib/deviantart/gallery/all.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/gallery/all.rb, line 8