Class: StudFinder::JsFanIn::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#countsObject

Returns the value of attribute counts

Returns:

  • (Object)

    the current value of counts



10
11
12
# File 'lib/stud_finder/js_fan_in.rb', line 10

def counts
  @counts
end

#edgesObject

Returns the value of attribute edges

Returns:

  • (Object)

    the current value of edges



10
11
12
# File 'lib/stud_finder/js_fan_in.rb', line 10

def edges
  @edges
end

#fan_out_countsObject

Returns the value of attribute fan_out_counts

Returns:

  • (Object)

    the current value of fan_out_counts



10
11
12
# File 'lib/stud_finder/js_fan_in.rb', line 10

def fan_out_counts
  @fan_out_counts
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



10
11
12
# File 'lib/stud_finder/js_fan_in.rb', line 10

def warnings
  @warnings
end