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