Class: Packwerk::Node::Location

Inherits:
Struct
  • Object
show all
Defined in:
lib/packwerk/node.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



6
7
8
# File 'lib/packwerk/node.rb', line 6

def column
  @column
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



6
7
8
# File 'lib/packwerk/node.rb', line 6

def line
  @line
end