Class: DeviantArt::Deviation

Inherits:
Base
  • Object
show all
Defined in:
lib/deviantart/base.rb,
lib/deviantart/deviation.rb

Defined Under Namespace

Classes: Content, Download, EmbeddedContent, Metadata, WhoFaved

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#initialize, point_to_class, points_class_mapping, points_class_mapping=

Constructor Details

This class inherits a constructor from DeviantArt::Base

Instance Attribute Details

#allows_commentsObject

Returns the value of attribute allows_comments.



6
7
8
# File 'lib/deviantart/deviation.rb', line 6

def allows_comments
  @allows_comments
end

#authorObject

Returns the value of attribute author.



5
6
7
# File 'lib/deviantart/deviation.rb', line 5

def author
  @author
end

#categoryObject

Returns the value of attribute category.



5
6
7
# File 'lib/deviantart/deviation.rb', line 5

def category
  @category
end

#category_pathObject

Returns the value of attribute category_path.



5
6
7
# File 'lib/deviantart/deviation.rb', line 5

def category_path
  @category_path
end

#challengeObject

Returns the value of attribute challenge.



7
8
9
# File 'lib/deviantart/deviation.rb', line 7

def challenge
  @challenge
end

#challenge_entryObject

Returns the value of attribute challenge_entry.



7
8
9
# File 'lib/deviantart/deviation.rb', line 7

def challenge_entry
  @challenge_entry
end

#contentObject

Returns the value of attribute content.



6
7
8
# File 'lib/deviantart/deviation.rb', line 6

def content
  @content
end

#daily_deviationObject

Returns the value of attribute daily_deviation.



6
7
8
# File 'lib/deviantart/deviation.rb', line 6

def daily_deviation
  @daily_deviation
end

#deviationidObject

Returns the value of attribute deviationid.



5
6
7
# File 'lib/deviantart/deviation.rb', line 5

def deviationid
  @deviationid
end

#download_filesizeObject

Returns the value of attribute download_filesize.



7
8
9
# File 'lib/deviantart/deviation.rb', line 7

def download_filesize
  @download_filesize
end

#excerptObject

Returns the value of attribute excerpt.



7
8
9
# File 'lib/deviantart/deviation.rb', line 7

def excerpt
  @excerpt
end

#flashObject

Returns the value of attribute flash.



6
7
8
# File 'lib/deviantart/deviation.rb', line 6

def flash
  @flash
end

#is_deletedObject

Returns the value of attribute is_deleted.



5
6
7
# File 'lib/deviantart/deviation.rb', line 5

def is_deleted
  @is_deleted
end

#is_downloadableObject

Returns the value of attribute is_downloadable.



7
8
9
# File 'lib/deviantart/deviation.rb', line 7

def is_downloadable
  @is_downloadable
end

#is_favouritedObject

Returns the value of attribute is_favourited.



5
6
7
# File 'lib/deviantart/deviation.rb', line 5

def is_favourited
  @is_favourited
end

#is_matureObject

Returns the value of attribute is_mature.



7
8
9
# File 'lib/deviantart/deviation.rb', line 7

def is_mature
  @is_mature
end

#motion_bookObject

Returns the value of attribute motion_book.



7
8
9
# File 'lib/deviantart/deviation.rb', line 7

def motion_book
  @motion_book
end

#previewObject

Returns the value of attribute preview.



6
7
8
# File 'lib/deviantart/deviation.rb', line 6

def preview
  @preview
end

#printidObject

Returns the value of attribute printid.



5
6
7
# File 'lib/deviantart/deviation.rb', line 5

def printid
  @printid
end

#published_timeObject

Returns the value of attribute published_time.



6
7
8
# File 'lib/deviantart/deviation.rb', line 6

def published_time
  @published_time
end

#statsObject

Returns the value of attribute stats.



5
6
7
# File 'lib/deviantart/deviation.rb', line 5

def stats
  @stats
end

#thumbsObject

Returns the value of attribute thumbs.



6
7
8
# File 'lib/deviantart/deviation.rb', line 6

def thumbs
  @thumbs
end

#titleObject

Returns the value of attribute title.



5
6
7
# File 'lib/deviantart/deviation.rb', line 5

def title
  @title
end

#urlObject

Returns the value of attribute url.



5
6
7
# File 'lib/deviantart/deviation.rb', line 5

def url
  @url
end

#videosObject

Returns the value of attribute videos.



6
7
8
# File 'lib/deviantart/deviation.rb', line 6

def videos
  @videos
end