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