Class: DeviantArt::Gallery::All

Inherits:
Base
  • Object
show all
Defined in:
lib/deviantart/gallery/all.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#initialize, point_to_class, points_class_mapping, #to_s

Constructor Details

This class inherits a constructor from DeviantArt::Base

Instance Attribute Details

#has_moreObject

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



15
16
17
# File 'lib/deviantart/gallery/all.rb', line 15

def has_more
  @has_more
end

#next_offsetObject

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



15
16
17
# File 'lib/deviantart/gallery/all.rb', line 15

def next_offset
  @next_offset
end

#resultsObject

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



15
16
17
# File 'lib/deviantart/gallery/all.rb', line 15

def results
  @results
end