Class: Hashira::Complexity::MethodFinding::Effort
- Inherits:
-
Data
- Object
- Data
- Hashira::Complexity::MethodFinding::Effort
- Defined in:
- lib/hashira/complexity/method_finding.rb
Instance Attribute Summary collapse
-
#calls ⇒ Object
readonly
Returns the value of attribute calls.
-
#cognitive ⇒ Object
readonly
Returns the value of attribute cognitive.
-
#dominant ⇒ Object
readonly
Returns the value of attribute dominant.
-
#site ⇒ Object
readonly
Returns the value of attribute site.
Instance Attribute Details
#calls ⇒ Object (readonly)
Returns the value of attribute calls
6 7 8 |
# File 'lib/hashira/complexity/method_finding.rb', line 6 def calls @calls end |
#cognitive ⇒ Object (readonly)
Returns the value of attribute cognitive
6 7 8 |
# File 'lib/hashira/complexity/method_finding.rb', line 6 def cognitive @cognitive end |
#dominant ⇒ Object (readonly)
Returns the value of attribute dominant
6 7 8 |
# File 'lib/hashira/complexity/method_finding.rb', line 6 def dominant @dominant end |
#site ⇒ Object (readonly)
Returns the value of attribute site
6 7 8 |
# File 'lib/hashira/complexity/method_finding.rb', line 6 def site @site end |