Class: MetzScan::Analyzers::InheritanceDescendants::Location
- Inherits:
-
Struct
- Object
- Struct
- MetzScan::Analyzers::InheritanceDescendants::Location
- Defined in:
- lib/metz_scan/analyzers/inheritance_descendants/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
15 16 17 |
# File 'lib/metz_scan/analyzers/inheritance_descendants/finding.rb', line 15 def name @name end |
#path ⇒ Object
Returns the value of attribute path
15 16 17 |
# File 'lib/metz_scan/analyzers/inheritance_descendants/finding.rb', line 15 def path @path end |