Class: DeviantArt::Deviation
- Defined in:
- lib/deviantart/base.rb,
lib/deviantart/deviation.rb
Defined Under Namespace
Classes: Content, Download, EmbeddedContent, Metadata, WhoFaved
Instance Attribute Summary collapse
-
#allows_comments ⇒ Object
Returns the value of attribute allows_comments.
-
#author ⇒ Object
Returns the value of attribute author.
-
#category ⇒ Object
Returns the value of attribute category.
-
#category_path ⇒ Object
Returns the value of attribute category_path.
-
#challenge ⇒ Object
Returns the value of attribute challenge.
-
#challenge_entry ⇒ Object
Returns the value of attribute challenge_entry.
-
#content ⇒ Object
Returns the value of attribute content.
-
#daily_deviation ⇒ Object
Returns the value of attribute daily_deviation.
-
#deviationid ⇒ Object
Returns the value of attribute deviationid.
-
#download_filesize ⇒ Object
Returns the value of attribute download_filesize.
-
#excerpt ⇒ Object
Returns the value of attribute excerpt.
-
#flash ⇒ Object
Returns the value of attribute flash.
-
#is_deleted ⇒ Object
Returns the value of attribute is_deleted.
-
#is_downloadable ⇒ Object
Returns the value of attribute is_downloadable.
-
#is_favourited ⇒ Object
Returns the value of attribute is_favourited.
-
#is_mature ⇒ Object
Returns the value of attribute is_mature.
-
#motion_book ⇒ Object
Returns the value of attribute motion_book.
-
#preview ⇒ Object
Returns the value of attribute preview.
-
#printid ⇒ Object
Returns the value of attribute printid.
-
#published_time ⇒ Object
Returns the value of attribute published_time.
-
#stats ⇒ Object
Returns the value of attribute stats.
-
#thumbs ⇒ Object
Returns the value of attribute thumbs.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
-
#videos ⇒ Object
Returns the value of attribute videos.
Attributes inherited from Base
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_comments ⇒ Object
Returns the value of attribute allows_comments.
6 7 8 |
# File 'lib/deviantart/deviation.rb', line 6 def allows_comments @allows_comments end |
#author ⇒ Object
Returns the value of attribute author.
5 6 7 |
# File 'lib/deviantart/deviation.rb', line 5 def end |
#category ⇒ Object
Returns the value of attribute category.
5 6 7 |
# File 'lib/deviantart/deviation.rb', line 5 def category @category end |
#category_path ⇒ Object
Returns the value of attribute category_path.
5 6 7 |
# File 'lib/deviantart/deviation.rb', line 5 def category_path @category_path end |
#challenge ⇒ Object
Returns the value of attribute challenge.
7 8 9 |
# File 'lib/deviantart/deviation.rb', line 7 def challenge @challenge end |
#challenge_entry ⇒ Object
Returns the value of attribute challenge_entry.
7 8 9 |
# File 'lib/deviantart/deviation.rb', line 7 def challenge_entry @challenge_entry end |
#content ⇒ Object
Returns the value of attribute content.
6 7 8 |
# File 'lib/deviantart/deviation.rb', line 6 def content @content end |
#daily_deviation ⇒ Object
Returns the value of attribute daily_deviation.
6 7 8 |
# File 'lib/deviantart/deviation.rb', line 6 def daily_deviation @daily_deviation end |
#deviationid ⇒ Object
Returns the value of attribute deviationid.
5 6 7 |
# File 'lib/deviantart/deviation.rb', line 5 def deviationid @deviationid end |
#download_filesize ⇒ Object
Returns the value of attribute download_filesize.
7 8 9 |
# File 'lib/deviantart/deviation.rb', line 7 def download_filesize @download_filesize end |
#excerpt ⇒ Object
Returns the value of attribute excerpt.
7 8 9 |
# File 'lib/deviantart/deviation.rb', line 7 def excerpt @excerpt end |
#flash ⇒ Object
Returns the value of attribute flash.
6 7 8 |
# File 'lib/deviantart/deviation.rb', line 6 def flash @flash end |
#is_deleted ⇒ Object
Returns the value of attribute is_deleted.
5 6 7 |
# File 'lib/deviantart/deviation.rb', line 5 def is_deleted @is_deleted end |
#is_downloadable ⇒ Object
Returns the value of attribute is_downloadable.
7 8 9 |
# File 'lib/deviantart/deviation.rb', line 7 def is_downloadable @is_downloadable end |
#is_favourited ⇒ Object
Returns the value of attribute is_favourited.
5 6 7 |
# File 'lib/deviantart/deviation.rb', line 5 def is_favourited @is_favourited end |
#is_mature ⇒ Object
Returns the value of attribute is_mature.
7 8 9 |
# File 'lib/deviantart/deviation.rb', line 7 def is_mature @is_mature end |
#motion_book ⇒ Object
Returns the value of attribute motion_book.
7 8 9 |
# File 'lib/deviantart/deviation.rb', line 7 def motion_book @motion_book end |
#preview ⇒ Object
Returns the value of attribute preview.
6 7 8 |
# File 'lib/deviantart/deviation.rb', line 6 def preview @preview end |
#printid ⇒ Object
Returns the value of attribute printid.
5 6 7 |
# File 'lib/deviantart/deviation.rb', line 5 def printid @printid end |
#published_time ⇒ Object
Returns the value of attribute published_time.
6 7 8 |
# File 'lib/deviantart/deviation.rb', line 6 def published_time @published_time end |
#stats ⇒ Object
Returns the value of attribute stats.
5 6 7 |
# File 'lib/deviantart/deviation.rb', line 5 def stats @stats end |
#thumbs ⇒ Object
Returns the value of attribute thumbs.
6 7 8 |
# File 'lib/deviantart/deviation.rb', line 6 def thumbs @thumbs end |
#title ⇒ Object
Returns the value of attribute title.
5 6 7 |
# File 'lib/deviantart/deviation.rb', line 5 def title @title end |
#url ⇒ Object
Returns the value of attribute url.
5 6 7 |
# File 'lib/deviantart/deviation.rb', line 5 def url @url end |
#videos ⇒ Object
Returns the value of attribute videos.
6 7 8 |
# File 'lib/deviantart/deviation.rb', line 6 def videos @videos end |