Class: Hanko::Api::Admin::AuditLogs
- Inherits:
-
BaseResource
- Object
- BaseResource
- Hanko::Api::Admin::AuditLogs
- Defined in:
- lib/hanko/api/admin/audit_logs.rb
Overview
Admin resource for querying audit logs. Inherits list, get, create, update, delete from BaseResource.
Instance Method Summary collapse
-
#initialize(connection) ⇒ AuditLogs
constructor
Initialize the audit logs resource.
Methods inherited from BaseResource
#create, #delete, #get, #list, #update
Constructor Details
#initialize(connection) ⇒ AuditLogs
Initialize the audit logs resource.
13 14 15 |
# File 'lib/hanko/api/admin/audit_logs.rb', line 13 def initialize(connection) super(connection, '/audit_logs') end |