Returns a new instance of Location.
9 10 11
# File 'lib/models/location.rb', line 9 def initialize(node, repository) @query = NodeQuery.new(node, repository) end