class Qapi::Meetup::Member

Attributes

id[R]
name[R]
thumbnail[R]

Public Instance Methods

photo() click to toggle source
# File lib/qapi/meetup/model/member.rb, line 13
def photo
  if @photo
    Photo.new(*@photo.values_at('photo_id', 'photo_link', 'thumb_link'))
  end
end