Method: LabTech::Experiment#summary

Defined in:
app/models/lab_tech/experiment.rb

#summaryObject



150
151
152
153
# File 'app/models/lab_tech/experiment.rb', line 150

def summary
  reload
  LabTech::Summary.new(self)
end