Method: NgrokAPI::Client#abuse_reports
- Defined in:
- lib/ngrokapi/client.rb
#abuse_reports ⇒ NgrokAPI::Services::AbuseReportsClient
Abuse Reports allow you to submit take-down requests for URLs hosted by ngrok that violate ngrok's terms of service.
21 22 23 |
# File 'lib/ngrokapi/client.rb', line 21 def abuse_reports @_abuse_reports ||= NgrokAPI::Services::AbuseReportsClient.new(client: @client) end |