Class: RemLint::Rules::InvocationMismatch::Site
- Inherits:
-
Struct
- Object
- Struct
- RemLint::Rules::InvocationMismatch::Site
- Defined in:
- lib/remlint/rules/invocation_mismatch.rb
Overview
Where a clause was found, for a message to point at.
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
34 35 36 |
# File 'lib/remlint/rules/invocation_mismatch.rb', line 34 def column @column end |
#line ⇒ Object
Returns the value of attribute line
34 35 36 |
# File 'lib/remlint/rules/invocation_mismatch.rb', line 34 def line @line end |