Class: ScanTemplate::Web::Performance
- Inherits:
-
Domain::Model
- Object
- Domain::Model
- ScanTemplate::Web::Performance
- Defined in:
- lib/domain/scan_template/model.rb
Instance Attribute Summary collapse
-
#http_daemons_to_skip ⇒ Object
Returns the value of attribute http_daemons_to_skip.
-
#maximum_directory_levels ⇒ Object
Returns the value of attribute maximum_directory_levels.
-
#maximum_foreign_hosts ⇒ Object
Returns the value of attribute maximum_foreign_hosts.
-
#maximum_link_depth ⇒ Object
Returns the value of attribute maximum_link_depth.
-
#maximum_pages ⇒ Object
Returns the value of attribute maximum_pages.
-
#maximum_retries ⇒ Object
Returns the value of attribute maximum_retries.
-
#maximum_time ⇒ Object
Returns the value of attribute maximum_time.
-
#response_timeout ⇒ Object
Returns the value of attribute response_timeout.
-
#threads_per_server ⇒ Object
Returns the value of attribute threads_per_server.
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_skip ⇒ Object
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_levels ⇒ Object
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_hosts ⇒ Object
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 |
#maximum_link_depth ⇒ Object
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_pages ⇒ Object
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_retries ⇒ Object
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_time ⇒ Object
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_timeout ⇒ Object
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_server ⇒ Object
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 |