Class: Exa::Resources::Events
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Exa::Resources::Base
Instance Method Details
#list(params = nil) ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/exa/resources/events.rb', line 8 def list(params = nil) client.request( method: :get, path: events_path, query: params, response_model: Exa::Responses::EventListResponse ) end |