Class: Giphy::NullImage

Inherits:
Object
  • Object
show all
Defined in:
lib/giphy/null_image.rb

Instance Method Summary collapse

Instance Method Details

#framesObject



19
20
21
# File 'lib/giphy/null_image.rb', line 19

def frames
  0
end

#heightObject



11
12
13
# File 'lib/giphy/null_image.rb', line 11

def height
  0
end

#sizeObject



15
16
17
# File 'lib/giphy/null_image.rb', line 15

def size
  0
end

#urlObject



3
4
5
# File 'lib/giphy/null_image.rb', line 3

def url
  URI('')
end

#widthObject



7
8
9
# File 'lib/giphy/null_image.rb', line 7

def width
  0
end