Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Get list of attendees for each event
Browse files Browse the repository at this point in the history
  • Loading branch information
crmne committed Mar 19, 2012
1 parent 276c55d commit b73dc36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/rockstar/event.rb
Expand Up @@ -68,6 +68,10 @@ def image(which=:medium)
end
self.images[which]
end

def attendees(force = false)
get_instance("event.getAttendees", :attendees, :user, {:event => eid}, force)
end
end
end

0 comments on commit b73dc36

Please sign in to comment.