Class: RuboCop::Cop::Commissioner::CopError
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Cop::Commissioner::CopError
- Defined in:
- lib/rubocop/cop/commissioner.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#error ⇒ Object
Returns the value of attribute error.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
10 11 12 |
# File 'lib/rubocop/cop/commissioner.rb', line 10 def column @column end |
#error ⇒ Object
Returns the value of attribute error
10 11 12 |
# File 'lib/rubocop/cop/commissioner.rb', line 10 def error @error end |
#line ⇒ Object
Returns the value of attribute line
10 11 12 |
# File 'lib/rubocop/cop/commissioner.rb', line 10 def line @line end |