Class: StudFinder::FanIn::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#countsObject

Returns the value of attribute counts

Returns:

  • (Object)

    the current value of counts



8
9
10
# File 'lib/stud_finder/fan_in.rb', line 8

def counts
  @counts
end

#edgesObject

Returns the value of attribute edges

Returns:

  • (Object)

    the current value of edges



8
9
10
# File 'lib/stud_finder/fan_in.rb', line 8

def edges
  @edges
end

#fan_out_countsObject

Returns the value of attribute fan_out_counts

Returns:

  • (Object)

    the current value of fan_out_counts



8
9
10
# File 'lib/stud_finder/fan_in.rb', line 8

def fan_out_counts
  @fan_out_counts
end