class RMeetup::Destroyer::Event
Public Class Methods
new(id)
click to toggle source
# File lib/rmeetup/destroyer/event.rb, line 4 def initialize(id) @type = :event @id = id end
# File lib/rmeetup/destroyer/event.rb, line 4 def initialize(id) @type = :event @id = id end