class RMeetup::Destroyer::EventComment

Public Class Methods

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