Class: MetzScan::ProjectIndex::Reference
- Inherits:
-
Struct
- Object
- Struct
- MetzScan::ProjectIndex::Reference
- Defined in:
- lib/metz_scan/project_index.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#line ⇒ Object
Returns the value of attribute line.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
12 13 14 |
# File 'lib/metz_scan/project_index.rb', line 12 def column @column end |
#line ⇒ Object
Returns the value of attribute line
12 13 14 |
# File 'lib/metz_scan/project_index.rb', line 12 def line @line end |
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/metz_scan/project_index.rb', line 12 def name @name end |
#path ⇒ Object
Returns the value of attribute path
12 13 14 |
# File 'lib/metz_scan/project_index.rb', line 12 def path @path end |