Class: ScanTemplate::Discovery::Asset
- Inherits:
-
Domain::Model
- Object
- Domain::Model
- ScanTemplate::Discovery::Asset
- Defined in:
- lib/domain/scan_template/model.rb
Instance Attribute Summary collapse
-
#collect_whois_information ⇒ Object
Returns the value of attribute collect_whois_information.
-
#fingerprint_minimum_certainty ⇒ Object
Returns the value of attribute fingerprint_minimum_certainty.
-
#fingerprint_retries ⇒ Object
Returns the value of attribute fingerprint_retries.
-
#ip_fingerprinting_enabled ⇒ Object
Returns the value of attribute ip_fingerprinting_enabled.
-
#send_arp_pings ⇒ Object
Returns the value of attribute send_arp_pings.
-
#send_icmp_pings ⇒ Object
Returns the value of attribute send_icmp_pings.
-
#tcp_ports ⇒ Object
Returns the value of attribute tcp_ports.
-
#treat_tcp_reset_as_asset ⇒ Object
Returns the value of attribute treat_tcp_reset_as_asset.
-
#udp_ports ⇒ Object
Returns the value of attribute udp_ports.
Method Summary
Methods inherited from Domain::Model
columns, from_csv, from_json, headers, #initialize, primary_key, table_name, #to_csv, #to_hash, #to_s, view
Constructor Details
This class inherits a constructor from Domain::Model
Instance Attribute Details
#collect_whois_information ⇒ Object
Returns the value of attribute collect_whois_information.
49 50 51 |
# File 'lib/domain/scan_template/model.rb', line 49 def collect_whois_information @collect_whois_information end |
#fingerprint_minimum_certainty ⇒ Object
Returns the value of attribute fingerprint_minimum_certainty.
49 50 51 |
# File 'lib/domain/scan_template/model.rb', line 49 def fingerprint_minimum_certainty @fingerprint_minimum_certainty end |
#fingerprint_retries ⇒ Object
Returns the value of attribute fingerprint_retries.
49 50 51 |
# File 'lib/domain/scan_template/model.rb', line 49 def fingerprint_retries @fingerprint_retries end |
#ip_fingerprinting_enabled ⇒ Object
Returns the value of attribute ip_fingerprinting_enabled.
49 50 51 |
# File 'lib/domain/scan_template/model.rb', line 49 def ip_fingerprinting_enabled @ip_fingerprinting_enabled end |
#send_arp_pings ⇒ Object
Returns the value of attribute send_arp_pings.
49 50 51 |
# File 'lib/domain/scan_template/model.rb', line 49 def send_arp_pings @send_arp_pings end |
#send_icmp_pings ⇒ Object
Returns the value of attribute send_icmp_pings.
49 50 51 |
# File 'lib/domain/scan_template/model.rb', line 49 def send_icmp_pings @send_icmp_pings end |
#tcp_ports ⇒ Object
Returns the value of attribute tcp_ports.
49 50 51 |
# File 'lib/domain/scan_template/model.rb', line 49 def tcp_ports @tcp_ports end |
#treat_tcp_reset_as_asset ⇒ Object
Returns the value of attribute treat_tcp_reset_as_asset.
49 50 51 |
# File 'lib/domain/scan_template/model.rb', line 49 def treat_tcp_reset_as_asset @treat_tcp_reset_as_asset end |
#udp_ports ⇒ Object
Returns the value of attribute udp_ports.
49 50 51 |
# File 'lib/domain/scan_template/model.rb', line 49 def udp_ports @udp_ports end |