Class: MilkTea::Linter::ReservedPrimitiveNameFix
- Inherits:
-
Data
- Object
- Data
- MilkTea::Linter::ReservedPrimitiveNameFix
- Defined in:
- lib/milk_tea/tooling/linter.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#original_name ⇒ Object
readonly
Returns the value of attribute original_name.
-
#replacement_name ⇒ Object
readonly
Returns the value of attribute replacement_name.
-
#sites ⇒ Object
readonly
Returns the value of attribute sites.
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind
133 134 135 |
# File 'lib/milk_tea/tooling/linter.rb', line 133 def kind @kind end |
#original_name ⇒ Object (readonly)
Returns the value of attribute original_name
133 134 135 |
# File 'lib/milk_tea/tooling/linter.rb', line 133 def original_name @original_name end |
#replacement_name ⇒ Object (readonly)
Returns the value of attribute replacement_name
133 134 135 |
# File 'lib/milk_tea/tooling/linter.rb', line 133 def replacement_name @replacement_name end |
#sites ⇒ Object (readonly)
Returns the value of attribute sites
133 134 135 |
# File 'lib/milk_tea/tooling/linter.rb', line 133 def sites @sites end |