Class: RuboCop::CommentConfig::CopAnalysis
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::CommentConfig::CopAnalysis
- Defined in:
- lib/rubocop/comment_config.rb
Instance Attribute Summary collapse
-
#line_ranges ⇒ Object
Returns the value of attribute line_ranges.
-
#start_line_number ⇒ Object
Returns the value of attribute start_line_number.
Instance Attribute Details
#line_ranges ⇒ Object
Returns the value of attribute line_ranges
17 18 19 |
# File 'lib/rubocop/comment_config.rb', line 17 def line_ranges @line_ranges end |
#start_line_number ⇒ Object
Returns the value of attribute start_line_number
17 18 19 |
# File 'lib/rubocop/comment_config.rb', line 17 def start_line_number @start_line_number end |