Class: Packwerk::Node::Location
- Inherits:
-
Struct
- Object
- Struct
- Packwerk::Node::Location
- Defined in:
- lib/packwerk/node.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
6 7 8 |
# File 'lib/packwerk/node.rb', line 6 def column @column end |
#line ⇒ Object
Returns the value of attribute line
6 7 8 |
# File 'lib/packwerk/node.rb', line 6 def line @line end |