module Closeio::Client::Event
Public Instance Methods
Source
# File lib/closeio/resources/event.rb, line 8 def find_event(id) get("event/#{id}/") end
Source
# File lib/closeio/resources/event.rb, line 4 def list_events(options = {}) get('event/', options) end