Class: ScanTemplate::Checks::Category

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

#disabledObject

Returns the value of attribute disabled.



30
31
32
# File 'lib/domain/scan_template/model.rb', line 30

def disabled
  @disabled
end

#enabledObject

Returns the value of attribute enabled.



30
31
32
# File 'lib/domain/scan_template/model.rb', line 30

def enabled
  @enabled
end