Class: RMeetup::Destroyer::EventComment

Inherits:
Base
  • Object
show all
Defined in:
lib/rmeetup/destroyer/event_comment.rb

Instance Method Summary collapse

Methods inherited from Base

#build_path, #delete, #query

Constructor Details

#initialize(id) ⇒ EventComment

Returns a new instance of EventComment.



4
5
6
7
# File 'lib/rmeetup/destroyer/event_comment.rb', line 4

def initialize(id)
  @type = :event_comment
  @id = id
end