Class: ScanTemplate::Web::Paths

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

#boostrapObject

Returns the value of attribute boostrap.



120
121
122
# File 'lib/domain/scan_template/model.rb', line 120

def boostrap
  @boostrap
end

#excludedObject

Returns the value of attribute excluded.



120
121
122
# File 'lib/domain/scan_template/model.rb', line 120

def excluded
  @excluded
end

#honor_robot_directivesObject

Returns the value of attribute honor_robot_directives.



120
121
122
# File 'lib/domain/scan_template/model.rb', line 120

def honor_robot_directives
  @honor_robot_directives
end