Class: ScanTemplate::Web::Paths
- Inherits:
-
Domain::Model
- Object
- Domain::Model
- ScanTemplate::Web::Paths
- Defined in:
- lib/domain/scan_template/model.rb
Instance Attribute Summary collapse
-
#boostrap ⇒ Object
Returns the value of attribute boostrap.
-
#excluded ⇒ Object
Returns the value of attribute excluded.
-
#honor_robot_directives ⇒ Object
Returns the value of attribute honor_robot_directives.
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
#boostrap ⇒ Object
Returns the value of attribute boostrap.
120 121 122 |
# File 'lib/domain/scan_template/model.rb', line 120 def boostrap @boostrap end |
#excluded ⇒ Object
Returns the value of attribute excluded.
120 121 122 |
# File 'lib/domain/scan_template/model.rb', line 120 def excluded @excluded end |
#honor_robot_directives ⇒ Object
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 |