Class: StudFinder::JsComplexity::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/stud_finder/js_complexity.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countsObject

Returns the value of attribute counts

Returns:

  • (Object)

    the current value of counts



9
10
11
# File 'lib/stud_finder/js_complexity.rb', line 9

def counts
  @counts
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



9
10
11
# File 'lib/stud_finder/js_complexity.rb', line 9

def warnings
  @warnings
end