Class: StudFinder::TemporalCoupling::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#pairsObject

Returns the value of attribute pairs

Returns:

  • (Object)

    the current value of pairs



7
8
9
# File 'lib/stud_finder/temporal_coupling.rb', line 7

def pairs
  @pairs
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



7
8
9
# File 'lib/stud_finder/temporal_coupling.rb', line 7

def warnings
  @warnings
end