Class: RMeetup::Destroyer::EventComment
- Defined in:
- lib/rmeetup/destroyer/event_comment.rb
Instance Method Summary collapse
-
#initialize(id) ⇒ EventComment
constructor
A new instance of EventComment.
Methods inherited from Base
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 |