Module: EventDataService
- Included in:
- Metasploit::Framework::DataService
- Defined in:
- lib/metasploit/framework/data_service/stubs/event_data_service.rb
Instance Method Summary collapse
Instance Method Details
#events(opts) ⇒ Object
3 4 5 |
# File 'lib/metasploit/framework/data_service/stubs/event_data_service.rb', line 3 def events(opts) raise 'EventDataService#events is not implemented' end |
#report_event(opts) ⇒ Object
7 8 9 |
# File 'lib/metasploit/framework/data_service/stubs/event_data_service.rb', line 7 def report_event(opts) raise 'EventDataService#report_event is not implemented' end |