Method: Unsplash::Photo#initialize
- Defined in:
- lib/unsplash/photo.rb
#initialize(attrs) ⇒ Photo
Returns a new instance of Photo.
6 7 8 9 |
# File 'lib/unsplash/photo.rb', line 6 def initialize(attrs) super add_utm_to_urls end |
Returns a new instance of Photo.
6 7 8 9 |
# File 'lib/unsplash/photo.rb', line 6 def initialize(attrs) super add_utm_to_urls end |