Class: Moult::Boundaries::Packwerk::Result
- Inherits:
-
Struct
- Object
- Struct
- Moult::Boundaries::Packwerk::Result
- Defined in:
- lib/moult/boundaries/packwerk.rb
Overview
The Moult-owned result of reading a project's packwerk artifacts. configured
is false when the project has no packwerk.yml (not a packwerk project), in
which case violations is empty. +backend+/+backend_version+ originate here so
"packwerk" stays isolated to this file.
Instance Attribute Summary collapse
-
#backend ⇒ Object
Returns the value of attribute backend.
-
#backend_version ⇒ Object
Returns the value of attribute backend_version.
-
#configured ⇒ Object
Returns the value of attribute configured.
-
#violations ⇒ Object
Returns the value of attribute violations.
Instance Attribute Details
#backend ⇒ Object
Returns the value of attribute backend
49 50 51 |
# File 'lib/moult/boundaries/packwerk.rb', line 49 def backend @backend end |
#backend_version ⇒ Object
Returns the value of attribute backend_version
49 50 51 |
# File 'lib/moult/boundaries/packwerk.rb', line 49 def backend_version @backend_version end |
#configured ⇒ Object
Returns the value of attribute configured
49 50 51 |
# File 'lib/moult/boundaries/packwerk.rb', line 49 def configured @configured end |
#violations ⇒ Object
Returns the value of attribute violations
49 50 51 |
# File 'lib/moult/boundaries/packwerk.rb', line 49 def violations @violations end |