Class: ScanTemplate::Policy
- Inherits:
-
Domain::Model
- Object
- Domain::Model
- ScanTemplate::Policy
- Defined in:
- lib/domain/scan_template/model.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#recursive_windows_fs_search ⇒ Object
Returns the value of attribute recursive_windows_fs_search.
-
#store_scap ⇒ Object
Returns the value of attribute store_scap.
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
#enabled ⇒ Object
Returns the value of attribute enabled.
99 100 101 |
# File 'lib/domain/scan_template/model.rb', line 99 def enabled @enabled end |
#recursive_windows_fs_search ⇒ Object
Returns the value of attribute recursive_windows_fs_search.
99 100 101 |
# File 'lib/domain/scan_template/model.rb', line 99 def recursive_windows_fs_search @recursive_windows_fs_search end |
#store_scap ⇒ Object
Returns the value of attribute store_scap.
99 100 101 |
# File 'lib/domain/scan_template/model.rb', line 99 def store_scap @store_scap end |