module MailCannon::EnvelopeBagMapReduce::InstanceMethods
Public Instance Methods
change_events_status(from_sym, to_sym)
click to toggle source
# File lib/mailcannon/envelope_bag_map_reduce.rb, line 96 def change_events_status(from_sym, to_sym) self.set_processed_status_for_envelope(self.id, from_sym, to_sym) end
reduce_statistics()
click to toggle source
# File lib/mailcannon/envelope_bag_map_reduce.rb, line 88 def reduce_statistics self.class.reduce_statistics_for_envelope_bag(self.id) end
statistics()
click to toggle source
# File lib/mailcannon/envelope_bag_map_reduce.rb, line 92 def statistics self.class.statistics_for_envelope(self.id) end