Class: Hashira::Complexity::MethodFinding::Effort

Inherits:
Data
  • Object
show all
Defined in:
lib/hashira/complexity/method_finding.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callsObject (readonly)

Returns the value of attribute calls

Returns:

  • (Object)

    the current value of calls



6
7
8
# File 'lib/hashira/complexity/method_finding.rb', line 6

def calls
  @calls
end

#cognitiveObject (readonly)

Returns the value of attribute cognitive

Returns:

  • (Object)

    the current value of cognitive



6
7
8
# File 'lib/hashira/complexity/method_finding.rb', line 6

def cognitive
  @cognitive
end

#dominantObject (readonly)

Returns the value of attribute dominant

Returns:

  • (Object)

    the current value of dominant



6
7
8
# File 'lib/hashira/complexity/method_finding.rb', line 6

def dominant
  @dominant
end

#siteObject (readonly)

Returns the value of attribute site

Returns:

  • (Object)

    the current value of site



6
7
8
# File 'lib/hashira/complexity/method_finding.rb', line 6

def site
  @site
end