Class: ScanTemplate::Discovery::Asset

Inherits:
Domain::Model show all
Defined in:
lib/domain/scan_template/model.rb

Instance Attribute Summary collapse

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_informationObject

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_certaintyObject

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_retriesObject

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_enabledObject

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_pingsObject

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_pingsObject

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_portsObject

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_assetObject

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_portsObject

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