new(owner, path, line)
public

No documentation available.

# File activemodel/lib/active_model/attribute_methods.rb, line 352
          def initialize(owner, path, line)
            @owner = owner
            @path = path
            @line = line
            @sources = ["# frozen_string_literal: true\n"]
            @renames = {}
          end