module Mingle::Concerns::Models::Instagram::Photo

Public Instance Methods

author() click to toggle source
# File lib/mingle/concerns/models/instagram/photo.rb, line 12
def author
  user_handle
end
avatar() click to toggle source
# File lib/mingle/concerns/models/instagram/photo.rb, line 16
def avatar
  user_image_url
end