Skip to content

Instantly share code, notes, and snippets.

View wzcolon's full-sized avatar

Zach Colon wzcolon

  • ItsaCheckmate
  • Raleigh, NC
View GitHub Profile
# frozen_string_literal: true
module InsightfulAnalytics
class HourlyRevenueCalculationJob
#...
def perform(location_id, start_time)
@start_time = start_time
@location_id = location_id
return unless location