Class: ScanTemplate::Checks::Category
- Inherits:
-
Domain::Model
- Object
- Domain::Model
- ScanTemplate::Checks::Category
- Defined in:
- lib/domain/scan_template/model.rb
Instance Attribute Summary collapse
-
#disabled ⇒ Object
Returns the value of attribute disabled.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
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
#disabled ⇒ Object
Returns the value of attribute disabled.
30 31 32 |
# File 'lib/domain/scan_template/model.rb', line 30 def disabled @disabled end |
#enabled ⇒ Object
Returns the value of attribute enabled.
30 31 32 |
# File 'lib/domain/scan_template/model.rb', line 30 def enabled @enabled end |