Class: Travlrmap::Gallery::Flickr

Inherits:
Object
  • Object
show all
Defined in:
lib/travlrmap/gallery/flickr.rb

Class Method Summary collapse

Class Method Details

.url_from_spec(options) ⇒ Object



5
6
7
# File 'lib/travlrmap/gallery/flickr.rb', line 5

def self.url_from_spec(options)
  "https://www.flickr.com/photos/%s/sets/%s/show/" % [options["user"], options["set"]]
end