Class: MilkTea::Linter::ReservedPrimitiveNameFix

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/tooling/linter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



133
134
135
# File 'lib/milk_tea/tooling/linter.rb', line 133

def kind
  @kind
end

#original_nameObject (readonly)

Returns the value of attribute original_name

Returns:

  • (Object)

    the current value of original_name



133
134
135
# File 'lib/milk_tea/tooling/linter.rb', line 133

def original_name
  @original_name
end

#replacement_nameObject (readonly)

Returns the value of attribute replacement_name

Returns:

  • (Object)

    the current value of replacement_name



133
134
135
# File 'lib/milk_tea/tooling/linter.rb', line 133

def replacement_name
  @replacement_name
end

#sitesObject (readonly)

Returns the value of attribute sites

Returns:

  • (Object)

    the current value of sites



133
134
135
# File 'lib/milk_tea/tooling/linter.rb', line 133

def sites
  @sites
end