Class: ScanTemplate::Web::Patterns

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

#sensitive_contentObject

Returns the value of attribute sensitive_content.



124
125
126
# File 'lib/domain/scan_template/model.rb', line 124

def sensitive_content
  @sensitive_content
end

#sensitive_fieldObject

Returns the value of attribute sensitive_field.



124
125
126
# File 'lib/domain/scan_template/model.rb', line 124

def sensitive_field
  @sensitive_field
end