Method: NgrokAPI::Client#event_destinations

Defined in:
lib/ngrokapi/client.rb

#event_destinationsObject



96
97
98
# File 'lib/ngrokapi/client.rb', line 96

def event_destinations
  @_event_destinations ||= NgrokAPI::Services::EventDestinationsClient.new(client: @client)
end