lib/papercall/core.rb in papercall-0.12.0 vs lib/papercall/core.rb in papercall-0.13.0
- old
+ new
@@ -43,9 +43,13 @@
def self.submissions_with_enough_reviews
@analysis['talksWithLessThanThreeReviews']
end
+ def self.analysis
+ @analysis
+ end
+
def self.summary
s = @analysis['summary']
puts "Number of submissions: #{s['numSubmissions']}"
puts "Number of active reviewers: #{s['numActiveReviewers']}"
puts "Number of submitted talks without feedback: #{s['numWithoutFeedback']}"