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
10 11 12 |
# File 'lib/rubocop/cop/lint/syntax.rb', line 10 def begin_pos @begin_pos end |
#column ⇒ Object
Returns the value of attribute column
10 11 12 |
# File 'lib/rubocop/cop/lint/syntax.rb', line 10 def column @column end |
#end_pos ⇒ Object
Returns the value of attribute end_pos
10 11 12 |
# File 'lib/rubocop/cop/lint/syntax.rb', line 10 def end_pos @end_pos end |
#line ⇒ Object
Returns the value of attribute line
10 11 12 |
# File 'lib/rubocop/cop/lint/syntax.rb', line 10 def line @line end |
#source_line ⇒ Object
Returns the value of attribute source_line
10 11 12 |
# File 'lib/rubocop/cop/lint/syntax.rb', line 10 def source_line @source_line end |