Class: Phone::ImportCallRailData

Inherits:
BaseService
  • Object
show all
Defined in:
app/services/phone/import_call_rail_data.rb

Overview

Service object: import call rail data.

Instance Method Summary collapse

Instance Method Details

#process(start_time) ⇒ Object



4
5
6
# File 'app/services/phone/import_call_rail_data.rb', line 4

def process(start_time)
  CallRailData.where('start_time > (?)', start_time)
end