Class: Phone::ImportCallRailData
- Inherits:
-
BaseService
- Object
- BaseService
- Phone::ImportCallRailData
- Defined in:
- app/services/phone/import_call_rail_data.rb
Instance Method Summary collapse
Instance Method Details
#process(start_time) ⇒ Object
3 4 5 |
# File 'app/services/phone/import_call_rail_data.rb', line 3 def process(start_time) CallRailData.where('start_time > (?)', start_time) end |