Class: ScanTemplate::Web::Patterns
- Inherits:
-
Domain::Model
- Object
- Domain::Model
- ScanTemplate::Web::Patterns
- Defined in:
- lib/domain/scan_template/model.rb
Instance Attribute Summary collapse
-
#sensitive_content ⇒ Object
Returns the value of attribute sensitive_content.
-
#sensitive_field ⇒ Object
Returns the value of attribute sensitive_field.
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_content ⇒ Object
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_field ⇒ Object
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 |