Class: MetzScan::ProjectIndex::Declaration
- Inherits:
-
Struct
- Object
- Struct
- MetzScan::ProjectIndex::Declaration
- Defined in:
- lib/metz_scan/project_index.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
9 10 11 |
# File 'lib/metz_scan/project_index.rb', line 9 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/metz_scan/project_index.rb', line 9 def name @name end |
#path ⇒ Object
Returns the value of attribute path
9 10 11 |
# File 'lib/metz_scan/project_index.rb', line 9 def path @path end |