Class: DeviantArt::Deviation::Download

Inherits:
Base
  • Object
show all
Defined in:
lib/deviantart/deviation/download.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

#filesizeObject

Returns the value of attribute filesize.



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

def filesize
  @filesize
end

#heightObject

Returns the value of attribute height.



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

def height
  @height
end

#srcObject

Returns the value of attribute src.



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

def src
  @src
end

#widthObject

Returns the value of attribute width.



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

def width
  @width
end