Class: DeviantArt::Deviation::Download
- Defined in:
- lib/deviantart/deviation/download.rb
Instance Attribute Summary collapse
-
#filesize ⇒ Object
Returns the value of attribute filesize.
-
#height ⇒ Object
Returns the value of attribute height.
-
#src ⇒ Object
Returns the value of attribute src.
-
#width ⇒ Object
Returns the value of attribute width.
Attributes inherited from Base
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
#filesize ⇒ Object
Returns the value of attribute filesize.
5 6 7 |
# File 'lib/deviantart/deviation/download.rb', line 5 def filesize @filesize end |
#height ⇒ Object
Returns the value of attribute height.
5 6 7 |
# File 'lib/deviantart/deviation/download.rb', line 5 def height @height end |
#src ⇒ Object
Returns the value of attribute src.
5 6 7 |
# File 'lib/deviantart/deviation/download.rb', line 5 def src @src end |
#width ⇒ Object
Returns the value of attribute width.
5 6 7 |
# File 'lib/deviantart/deviation/download.rb', line 5 def width @width end |