Class: ScanTemplate::Web::Performance

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

#http_daemons_to_skipObject

Returns the value of attribute http_daemons_to_skip.



128
129
130
# File 'lib/domain/scan_template/model.rb', line 128

def http_daemons_to_skip
  @http_daemons_to_skip
end

#maximum_directory_levelsObject

Returns the value of attribute maximum_directory_levels.



128
129
130
# File 'lib/domain/scan_template/model.rb', line 128

def maximum_directory_levels
  @maximum_directory_levels
end

#maximum_foreign_hostsObject

Returns the value of attribute maximum_foreign_hosts.



128
129
130
# File 'lib/domain/scan_template/model.rb', line 128

def maximum_foreign_hosts
  @maximum_foreign_hosts
end

Returns the value of attribute maximum_link_depth.



128
129
130
# File 'lib/domain/scan_template/model.rb', line 128

def maximum_link_depth
  @maximum_link_depth
end

#maximum_pagesObject

Returns the value of attribute maximum_pages.



128
129
130
# File 'lib/domain/scan_template/model.rb', line 128

def maximum_pages
  @maximum_pages
end

#maximum_retriesObject

Returns the value of attribute maximum_retries.



128
129
130
# File 'lib/domain/scan_template/model.rb', line 128

def maximum_retries
  @maximum_retries
end

#maximum_timeObject

Returns the value of attribute maximum_time.



128
129
130
# File 'lib/domain/scan_template/model.rb', line 128

def maximum_time
  @maximum_time
end

#response_timeoutObject

Returns the value of attribute response_timeout.



128
129
130
# File 'lib/domain/scan_template/model.rb', line 128

def response_timeout
  @response_timeout
end

#threads_per_serverObject

Returns the value of attribute threads_per_server.



128
129
130
# File 'lib/domain/scan_template/model.rb', line 128

def threads_per_server
  @threads_per_server
end