Class: StudFinder::JsComplexity::Result
- Inherits:
-
Struct
- Object
- Struct
- StudFinder::JsComplexity::Result
- Defined in:
- lib/stud_finder/js_complexity.rb
Instance Attribute Summary collapse
-
#counts ⇒ Object
Returns the value of attribute counts.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#counts ⇒ Object
Returns the value of attribute counts
9 10 11 |
# File 'lib/stud_finder/js_complexity.rb', line 9 def counts @counts end |
#warnings ⇒ Object
Returns the value of attribute warnings
9 10 11 |
# File 'lib/stud_finder/js_complexity.rb', line 9 def warnings @warnings end |