Class: RuboCop::CommentConfig::CopAnalysis

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubocop/comment_config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#line_rangesObject

Returns the value of attribute line_ranges

Returns:

  • (Object)

    the current value of line_ranges



28
29
30
# File 'lib/rubocop/comment_config.rb', line 28

def line_ranges
  @line_ranges
end

#start_line_numberObject

Returns the value of attribute start_line_number

Returns:

  • (Object)

    the current value of start_line_number



28
29
30
# File 'lib/rubocop/comment_config.rb', line 28

def start_line_number
  @start_line_number
end