Class: RuboCop::Cop::Lint::Syntax::PseudoSourceRange
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Cop::Lint::Syntax::PseudoSourceRange
- Defined in:
- lib/rubocop/cop/lint/syntax.rb
Instance Attribute Summary collapse
-
#begin_pos ⇒ Object
Returns the value of attribute begin_pos.
-
#column ⇒ Object
Returns the value of attribute column.
-
#end_pos ⇒ Object
Returns the value of attribute end_pos.
-
#line ⇒ Object
Returns the value of attribute line.
-
#source_line ⇒ Object
Returns the value of attribute source_line.
Instance Attribute Details
#begin_pos ⇒ Object
Returns the value of attribute begin_pos
9 10 11 |
# File 'lib/rubocop/cop/lint/syntax.rb', line 9 def begin_pos @begin_pos end |
#column ⇒ Object
Returns the value of attribute column
9 10 11 |
# File 'lib/rubocop/cop/lint/syntax.rb', line 9 def column @column end |
#end_pos ⇒ Object
Returns the value of attribute end_pos
9 10 11 |
# File 'lib/rubocop/cop/lint/syntax.rb', line 9 def end_pos @end_pos end |
#line ⇒ Object
Returns the value of attribute line
9 10 11 |
# File 'lib/rubocop/cop/lint/syntax.rb', line 9 def line @line end |
#source_line ⇒ Object
Returns the value of attribute source_line
9 10 11 |
# File 'lib/rubocop/cop/lint/syntax.rb', line 9 def source_line @source_line end |