Class: Lorempixel
- Inherits:
-
Image_saver
- Object
- Image_saver
- Lorempixel
- Defined in:
- lib/lorempixel.rb
Instance Method Summary collapse
Instance Method Details
#get_provider ⇒ Object
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 |