Class: Lorempixel

Inherits:
Image_saver
  • Object
show all
Defined in:
lib/lorempixel.rb

Instance Method Summary collapse

Instance Method Details

#get_providerObject



5
6
7
8
9
# File 'lib/lorempixel.rb', line 5

def get_provider
  height = rand(@height[:min]..@height[:max])
  width = rand(@width[:min]..@width[:max])
  "http://lorempixel.com/#{width}/#{height}/"
end