Class: MetzScan::Analyzers::PackageDependencyPressure::Location
- Inherits:
-
Struct
- Object
- Struct
- MetzScan::Analyzers::PackageDependencyPressure::Location
- Defined in:
- lib/metz_scan/analyzers/package_dependency_pressure/finding.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
17 18 19 |
# File 'lib/metz_scan/analyzers/package_dependency_pressure/finding.rb', line 17 def name @name end |
#path ⇒ Object
Returns the value of attribute path
17 18 19 |
# File 'lib/metz_scan/analyzers/package_dependency_pressure/finding.rb', line 17 def path @path end |