Method: Unsplash::Photo#add_utm_to_urls

Defined in:
lib/unsplash/photo.rb

#add_utm_to_urlsObject



31
32
33
34
35
# File 'lib/unsplash/photo.rb', line 31

def add_utm_to_urls
  (@attributes["urls"] || {}).each do |key, url|
    @attributes["urls"][key] = add_utm_params(url)
  end
end