class Qapi::Meetup::Event

Public Instance Methods

rsvps() click to toggle source
# File lib/qapi/meetup/model/event.rb, line 8
def rsvps
  RsvpQuery.new(@connection).all(id)
end
time() click to toggle source
# File lib/qapi/meetup/model/event.rb, line 12
def time
  Time.at(@time.to_i / 1000.0)
end