Module: HostDataService
- Included in:
- Metasploit::Framework::DataService
- Defined in:
- lib/metasploit/framework/data_service/stubs/host_data_service.rb
Instance Method Summary collapse
- #add_host_tag(opts) ⇒ Object
- #delete_host(opts) ⇒ Object
- #delete_host_tag(opts) ⇒ Object
- #find_or_create_host(opts) ⇒ Object
- #get_host(opts) ⇒ Object
- #get_host_tags(opts) ⇒ Object
- #hosts(opts) ⇒ Object
- #report_host(opts) ⇒ Object
- #report_hosts(hosts) ⇒ Object
- #update_host(opts) ⇒ Object
Instance Method Details
#add_host_tag(opts) ⇒ Object
35 36 37 |
# File 'lib/metasploit/framework/data_service/stubs/host_data_service.rb', line 35 def add_host_tag(opts) raise 'HostDataService#add_host_tag is not implemented' end |
#delete_host(opts) ⇒ Object
27 28 29 |
# File 'lib/metasploit/framework/data_service/stubs/host_data_service.rb', line 27 def delete_host(opts) raise 'HostDataService#delete_host is not implemented' end |
#delete_host_tag(opts) ⇒ Object
39 40 41 |
# File 'lib/metasploit/framework/data_service/stubs/host_data_service.rb', line 39 def delete_host_tag(opts) raise 'HostDataService#delete_host_tag is not implemented' end |
#find_or_create_host(opts) ⇒ Object
19 20 21 |
# File 'lib/metasploit/framework/data_service/stubs/host_data_service.rb', line 19 def find_or_create_host(opts) raise 'HostDataService#find_or_create_host is not implemented' end |
#get_host(opts) ⇒ Object
3 4 5 |
# File 'lib/metasploit/framework/data_service/stubs/host_data_service.rb', line 3 def get_host(opts) raise 'HostDataService#get_host is not implemented' end |
#get_host_tags(opts) ⇒ Object
31 32 33 |
# File 'lib/metasploit/framework/data_service/stubs/host_data_service.rb', line 31 def (opts) raise 'HostDataService#get_host_tags is not implemented' end |
#hosts(opts) ⇒ Object
15 16 17 |
# File 'lib/metasploit/framework/data_service/stubs/host_data_service.rb', line 15 def hosts(opts) raise 'HostDataService#hosts is not implemented' end |
#report_host(opts) ⇒ Object
7 8 9 |
# File 'lib/metasploit/framework/data_service/stubs/host_data_service.rb', line 7 def report_host(opts) raise 'HostDataService#report_host is not implemented' end |
#report_hosts(hosts) ⇒ Object
11 12 13 |
# File 'lib/metasploit/framework/data_service/stubs/host_data_service.rb', line 11 def report_hosts(hosts) raise 'HostDataService#report_hosts is not implemented' end |
#update_host(opts) ⇒ Object
23 24 25 |
# File 'lib/metasploit/framework/data_service/stubs/host_data_service.rb', line 23 def update_host(opts) raise 'HostDataService#update_host is not implemented' end |