module Closeio::Client::Event

Public Instance Methods

find_event(id) click to toggle source
# File lib/closeio/resources/event.rb, line 8
def find_event(id)
  get("event/#{id}/")
end
list_events(options = {}) click to toggle source
# File lib/closeio/resources/event.rb, line 4
def list_events(options = {})
  get('event/', options)
end