Method: ACTV::Client#organizer
- Defined in:
- lib/actv/client.rb
#organizer(id, params = {}) ⇒ Object
Returns an organizer with the specified ID
87 88 89 90 |
# File 'lib/actv/client.rb', line 87 def organizer(id, params={}) response = get("/v3/organizers/#{id}.json", params) ACTV::Organizer.from_response response end |