Class: Giphy::NullImage
- Inherits:
-
Object
- Object
- Giphy::NullImage
- Defined in:
- lib/giphy/null_image.rb
Instance Method Summary collapse
Instance Method Details
#frames ⇒ Object
19 20 21 |
# File 'lib/giphy/null_image.rb', line 19 def frames 0 end |
#height ⇒ Object
11 12 13 |
# File 'lib/giphy/null_image.rb', line 11 def height 0 end |
#size ⇒ Object
15 16 17 |
# File 'lib/giphy/null_image.rb', line 15 def size 0 end |
#url ⇒ Object
3 4 5 |
# File 'lib/giphy/null_image.rb', line 3 def url URI('') end |
#width ⇒ Object
7 8 9 |
# File 'lib/giphy/null_image.rb', line 7 def width 0 end |