Module: Frontapp::Client::Events

Included in:
Frontapp::Client
Defined in:
lib/frontapp/client/events.rb

Instance Method Summary collapse

Instance Method Details

#events(params = {}) ⇒ Object



5
6
7
# File 'lib/frontapp/client/events.rb', line 5

def events(params = {})
  list("events", params)
end

#get_event(event_id) ⇒ Object

Parameters Name Type Description


event_id string Id of the requested event




14
15
16
# File 'lib/frontapp/client/events.rb', line 14

def get_event(event_id)
  get("events/#{event_id}")
end