Class: StudFinder::JsFanIn::Result
- Inherits:
-
Struct
- Object
- Struct
- StudFinder::JsFanIn::Result
- Defined in:
- lib/stud_finder/js_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.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#counts ⇒ Object
Returns the value of attribute counts
10 11 12 |
# File 'lib/stud_finder/js_fan_in.rb', line 10 def counts @counts end |
#edges ⇒ Object
Returns the value of attribute edges
10 11 12 |
# File 'lib/stud_finder/js_fan_in.rb', line 10 def edges @edges end |
#fan_out_counts ⇒ Object
Returns the value of attribute fan_out_counts
10 11 12 |
# File 'lib/stud_finder/js_fan_in.rb', line 10 def fan_out_counts @fan_out_counts end |
#warnings ⇒ Object
Returns the value of attribute warnings
10 11 12 |
# File 'lib/stud_finder/js_fan_in.rb', line 10 def warnings @warnings end |