Class: ScanTemplate::Policy

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

#enabledObject

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_searchObject

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_scapObject

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