class RMeetup::Destroyer::MemberPhoto

Public Class Methods

new(id) click to toggle source
# File lib/rmeetup/destroyer/member_photo.rb, line 4
def initialize(id)
  @type = :member_photo
  @id = id
end